added trumpet part for memorial

This commit is contained in:
tmont 2014-09-19 21:48:07 -07:00
parent b5e6783d32
commit 9b3cbd551d
2 changed files with 39 additions and 13 deletions

View File

@ -11,16 +11,9 @@ global = {
\key e \major
\time 4/4
\tempo 4 = 144
\set Staff.printKeyCancellation = ##f
\set Score.connectArpeggios = ##t
\numericTimeSignature
}
keyChange = {
\set Staff.printKeyCancellation = ##f
\key c \major
}
rightMainTheme = {
<<
{ e2 gs4 a | b2\arpeggio <ds, fs>4 <e gs> | <fs a>2 a4 gs | fs4. e8 ds4 e8 fs | } \\
@ -64,6 +57,7 @@ celloMainTheme = {
right = {
\global
\set Score.connectArpeggios = ##t
\rightMainTheme
@ -117,7 +111,7 @@ right = {
{ <b, e>4 q q2 }
>>
\keyChange
\key c \major
<<
{ \grace { b16 c d } <c e>4. q8 q4 <b d>8 <c e> | <d f>4 <c e>8 <b d> <c e>2 | } \\
@ -187,6 +181,7 @@ right = {
left = {
\global
\set Score.connectArpeggios = ##t
\leftMainTheme
@ -222,7 +217,7 @@ left = {
<e, e'>1 | q2 q2 |
\keyChange
\key c \major
<c c'>4 r <c c'>4 r | <g g'> r <c c'>2 |
<a a'>4 r <a a'>4 r | <f f'> r <e e'>2 |
@ -314,7 +309,7 @@ highStrings = \new Staff \with {
e,1 ~ | e |
\keyChange
\key c \major
<e g c>8 r r <e g c> q r8 r4 | <d g b>8 r r <e g c> q r r4 |
<e a c>8 r r <e a c> q r8 r4 | <f a d>8 r r <gs b e> q r r4 |
@ -389,7 +384,7 @@ lowStrings = \new Staff \with {
}
<e e'>1 ~ | q1 |
\keyChange
\key c \major
<c' c'>1 | <g g'>2 <c c'> | <a a'>1 | <d, d'>2 <e e'> |
<c' c'>1 | <g g'>2 <c c'> | <a a'>1 | <d d'>2 <e e'> |
@ -421,8 +416,39 @@ brass = \new Staff \with {
midiInstrument = #"brass section"
} {
\global
\clef treble \relative c {
\repeat unfold 32 r1
\clef treble \relative c'' {
\repeat unfold 34 r1
\key c \major
\repeat unfold 8 r1
\repeat unfold 16 r1
\repeat unfold 8 r1
\repeat unfold 2 r1
r2 r4 \times 2/3 { cs8 ds e } | ds1 |
\key e \major
<<
{ gs2 a4 b | b2 fs4 gs | a2 gs4 fs ~ | fs1 | } \\
{ e2 fs4 gs | fs2 ds4 e | fs2 e4 cs | ds1 | }
>>
<<
{ e1 ~ | e | fs2 fs2 | } \\
{ cs2. \times 2/3 { cs8 b a } | b2 a8 b cs a | cs a8 cs e cs a8 e' cs | }
>>
<<
{ fs2 ds4 \times 2/3 { e8 gs b } | e1 ~ | e1 | } \\
{ b,2. e4 ~ | e1 ~ | e1 | }
>>
\repeat unfold 6 r1 |
\repeat unfold 4 r1 |
cs2. ~ cs8 e | ds2 ~ ds8 cs b a | b4 a8 gs fs gs a b | a2 b8 cs ds4 |
e1\fermata |
}
}

Binary file not shown.