Left: | ||
Right: |
OLD | NEW |
---|---|
(Empty) | |
1 \version "2.14" | |
2 | |
3 \header { texidoc = "Empty chords accept articulations, occupy no time, | |
4 and leave the current duration unchanged." | |
5 } | |
6 | |
7 \relative c' { | |
8 r4 e8( g <>) ^"sul D" \f \> \repeat unfold 8 { c-. } <>\sfz | |
9 <>\downbow \repeat unfold 2 { c g } c1\> <>\enddecr | |
10 } | |
OLD | NEW |