beginning of cello part

This commit is contained in:
tmont 2014-09-19 08:43:02 -07:00
parent e5de41e985
commit 2d9421aa3e
2 changed files with 11 additions and 4 deletions

View File

@ -56,6 +56,11 @@ violinMainTheme = {
>>
}
celloMainTheme = {
<b gs'>1 | <fs ds'> | <cs' a'> | <b fs'> |
<a e' ~> | <gs e'> | <a fs' ~> | <b fs'> |
}
right = {
\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> } |
<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> } |
<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 ds fs>1\glissando | \ottava #'1 b''1 \ottava #'0 |
@ -373,6 +378,8 @@ lowStrings = \new Staff \with {
\clef bass \relative c {
\global
\repeat unfold 8 r1
\celloMainTheme
}
}
@ -388,6 +395,9 @@ brass = \new Staff \with {
\score {
<<
\brass
\highStrings
\lowStrings
\new PianoStaff \with {
instrumentName = "Piano"
} <<
@ -398,9 +408,6 @@ brass = \new Staff \with {
midiInstrument = "acoustic grand"
} { \clef bass \relative c, \left }
>>
\brass
\highStrings
\lowStrings
>>
\layout {
\context {

Binary file not shown.