Change end part
This commit is contained in:
parent
98f6e5727b
commit
82fc668830
1 changed files with 7 additions and 4 deletions
|
@ -54,10 +54,10 @@ frank = \relative {
|
|||
\repeat unfold 3 { f''2. e4 | d a2 r4 } f'2. e4 | fis2. a4 \bar "||"
|
||||
}
|
||||
frankVTwo = \relative {
|
||||
\repeat unfold 3 { r8 d'16 e f e d8 f2 | r8 d16 e fis e d8 fis2 } r8 d16 e f e d8 f2 | r8 d16 e fis e d8 d4 fis \bar "||"
|
||||
\repeat unfold 3 { r8 d'16 e f e d e f2 | r8 d16 e fis e d e fis2 } r8 d16 e f e d8 f2 | r8 d16 e fis e d e fis2 \bar "||"
|
||||
}
|
||||
frankCello = \relative {
|
||||
\repeat unfold 2 { bes,4 r8 f bes bes c4 | d4 r8 a d, d' c16 d c8 | bes4 r8 f bes bes c cis | d4 r8 a d,4 r } \bar "||"
|
||||
\repeat unfold 2 { bes,4 r8 f bes bes c cis | d4 r8 a d, d' c16 d c8 | bes4 f c' g | d'4 r8 a d,4 r } \bar "||"
|
||||
}
|
||||
|
||||
giuseppe = \relative {
|
||||
|
@ -69,7 +69,10 @@ end = \relative {
|
|||
bes''8 a g f f16 e d8 cis e | d4 r r2 \bar "||"
|
||||
}
|
||||
endVTwo = \relative {
|
||||
g'8 e16 f g f e8 g4 e | fis1 \bar "||"
|
||||
g'8 e16 f g f e f g4 e | fis1 \bar "||"
|
||||
}
|
||||
endViola = \relative c' {
|
||||
r1 | r8 d16 e fis e d a d,2 \bar "||"
|
||||
}
|
||||
endCello = \relative {
|
||||
g,4 r8 bes a4 a, | d1 \bar "||"
|
||||
|
@ -111,7 +114,7 @@ viola = \new Voice {
|
|||
\repeat unfold 8 { r1 }
|
||||
\aliceViola
|
||||
\repeat unfold 8 { r1 }
|
||||
\repeat unfold 2 { r1 }
|
||||
\endViola
|
||||
\bar "|."
|
||||
}
|
||||
cello = \new Voice {
|
||||
|
|
Loading…
Reference in a new issue