added interlude

This commit is contained in:
tmont 2013-12-23 22:53:23 -08:00
parent 088c635c72
commit 77430589f8
2 changed files with 52 additions and 9 deletions

View File

@ -126,6 +126,14 @@ bridgeL = \relative c, {
f,8 c' f4 f c |
}
interludeOneR = \relative c' {
\key b \minor
}
interludeOneL = \relative c, {
\key b \minor
}
pianoPart = \new PianoStaff \with {
instrumentName = "Piano"
} <<
@ -141,6 +149,8 @@ pianoPart = \new PianoStaff \with {
\chorusR
\relative c' { <a c f>2 <as cs fs>2 }
\interludeOneR
}
\new Staff = "left" \with {
midiInstrument = "acoustic grand"
@ -154,9 +164,44 @@ pianoPart = \new PianoStaff \with {
\chorusL
\relative c, { f4 c' fs cs }
\interludeOneL
}
>>
stringMusic = \relative c' {
\global
\repeat unfold 55 r1
r2 r4 d'8( cs) |
\key b \minor
<<
{ b4. cs d8( e) | fs4. e d4 | e4. d cs4 | b4. cs8 as4 b8( cs) | } \\
{ fs,4. g8 ~ g2 | a2. b4 | g1 | g4 fs2. | }
>>
<<
{ d'4. cs b4 | a fs g a | bf4. a g4 | f8 a cs e d cs e g | } \\
{ e,4. g e4 | d2 e4 fs | f4. e d4 | <a e'>4. <a d> <a cs>4 | }
>>
\key d \minor
<<
{ f''4. e f4 | g4. e d4 | e f g c | bf2 \times 2/3 { e,,8 g bf } \times 2/3 { df e g } | } \\
{ d4. a d4 | d4. bf8 g e a4 | c d e c | e2 \times 2/3 { e,8 g bf } df8 ef | }
>>
<<
{ af4 g8 f g af c4 | bf df,8 ef f4 ef8 df | c4. df ef4 | d?8 f g af ~ af4 g | } \\
{ f4 ef8 df c df ef4 | f df4 bf f | af4. bf c4 | f8 d c b c4 b | }
>>
}
strings = \new Staff \with {
instrumentName = "Strings"
midiInstrument = #"string ensemble 1"
} { \clef treble \relative c' \stringMusic }
vocalMelody = \relative c' {
\global
\dynamicUp
@ -181,6 +226,10 @@ vocalMelody = \relative c' {
df4. df df4 | bf2. r8 bf | cf4 cf8 bf ~ bf4 af | bf1 |
af4 af8 af ~ af4 af | g2. r8 g | f4 f8 f ~ f4 f | f1 |
\key b \minor
\repeat unfold 8 r1
\key d \minor
\repeat unfold 8 r1
}
vocals = \lyricmode {
@ -199,7 +248,7 @@ vocals = \lyricmode {
vox = \new Staff \with {
instrumentName = "Vocals"
midiInstrument = "choir aahs"
midiInstrument = #"voice oohs"
} { \clef treble \vocalMelody }
\addlyrics { \vocals }
@ -207,14 +256,8 @@ vox = \new Staff \with {
<<
\vox
\pianoPart
\strings
>>
\layout { }
\midi {
\context {
\Score
%\Staff \RemoveEmptyStaves
\override VerticalAxisGroup #'remove-first = ##t
tempoWholesPerMinute = #(ly:make-moment 132 4)
}
}
\midi {}
}

Binary file not shown.