]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/empty-chord.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / empty-chord.ly
1 \version "2.19.21"
2
3 \header { texidoc = "Empty chords accept articulations, occupy no time,
4                      and leave the current duration unchanged."
5         }
6
7 \relative {
8   r4 e'8( g <>) ^"sul D" \f \> \repeat unfold 8 { c-. } <>\sfz
9   <>\downbow \repeat unfold 2 { c g } c1\> <>\enddecr
10 }