beginning of cello part
This commit is contained in:
parent
e5de41e985
commit
2d9421aa3e
15
memorial.ly
15
memorial.ly
@ -56,6 +56,11 @@ violinMainTheme = {
|
|||||||
>>
|
>>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
celloMainTheme = {
|
||||||
|
<b gs'>1 | <fs ds'> | <cs' a'> | <b fs'> |
|
||||||
|
<a e' ~> | <gs e'> | <a fs' ~> | <b fs'> |
|
||||||
|
}
|
||||||
|
|
||||||
right = {
|
right = {
|
||||||
\global
|
\global
|
||||||
|
|
||||||
@ -335,7 +340,7 @@ highStrings = \new Staff \with {
|
|||||||
<e g>4 \times 2/3 { q8 <d fs> <e g> } q4 \times 2/3 { q8 <d fs> <e g> } |
|
<e g>4 \times 2/3 { q8 <d fs> <e g> } q4 \times 2/3 { q8 <d fs> <e g> } |
|
||||||
<fs a>4 \times 2/3 { q8 <e g> <d fs> } <e g>4 \times 2/3 { q8 <d fs> <e g> } |
|
<fs a>4 \times 2/3 { q8 <e g> <d fs> } <e g>4 \times 2/3 { q8 <d fs> <e g> } |
|
||||||
<e g>4 \times 2/3 { q8 <d fs> <e g> } q4 \times 2/3 { q8 <d fs> <e g> } |
|
<e g>4 \times 2/3 { q8 <d fs> <e g> } q4 \times 2/3 { q8 <d fs> <e g> } |
|
||||||
<fs a>4 \times 2/3 { q8 <e g> <d fs> } <c e>4 \times 2/3 { q8 <d fs> <c e> } |
|
<fs a>4 \times 2/3 { q8 <e g> <d fs> } <c e>2 |
|
||||||
|
|
||||||
<b e fs>1 ~ | q1 ~ |
|
<b e fs>1 ~ | q1 ~ |
|
||||||
<b ds fs>1\glissando | \ottava #'1 b''1 \ottava #'0 |
|
<b ds fs>1\glissando | \ottava #'1 b''1 \ottava #'0 |
|
||||||
@ -373,6 +378,8 @@ lowStrings = \new Staff \with {
|
|||||||
\clef bass \relative c {
|
\clef bass \relative c {
|
||||||
\global
|
\global
|
||||||
\repeat unfold 8 r1
|
\repeat unfold 8 r1
|
||||||
|
|
||||||
|
\celloMainTheme
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -388,6 +395,9 @@ brass = \new Staff \with {
|
|||||||
|
|
||||||
\score {
|
\score {
|
||||||
<<
|
<<
|
||||||
|
\brass
|
||||||
|
\highStrings
|
||||||
|
\lowStrings
|
||||||
\new PianoStaff \with {
|
\new PianoStaff \with {
|
||||||
instrumentName = "Piano"
|
instrumentName = "Piano"
|
||||||
} <<
|
} <<
|
||||||
@ -398,9 +408,6 @@ brass = \new Staff \with {
|
|||||||
midiInstrument = "acoustic grand"
|
midiInstrument = "acoustic grand"
|
||||||
} { \clef bass \relative c, \left }
|
} { \clef bass \relative c, \left }
|
||||||
>>
|
>>
|
||||||
\brass
|
|
||||||
\highStrings
|
|
||||||
\lowStrings
|
|
||||||
>>
|
>>
|
||||||
\layout {
|
\layout {
|
||||||
\context {
|
\context {
|
||||||
|
BIN
memorial.pdf
BIN
memorial.pdf
Binary file not shown.
Loading…
Reference in New Issue
Block a user