]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/empty-chord.ly
Add missing patchlevel version to regression tests
[lilypond.git] / input / regression / empty-chord.ly
1 \version "2.14.0"
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 }