]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/empty-chord.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / empty-chord.ly
index 22790b8fbc257a686729c137fd2592c88f380040..202bc8d0cf3aa98632370692b8b0e08a49c872ab 100644 (file)
@@ -1,10 +1,10 @@
-\version "2.16.0"
+\version "2.19.21"
 
 \header { texidoc = "Empty chords accept articulations, occupy no time,
                      and leave the current duration unchanged."
         }
 
-\relative c' {
-  r4 e8( g <>) ^"sul D" \f \> \repeat unfold 8 { c-. } <>\sfz
+\relative {
+  r4 e'8( g <>) ^"sul D" \f \> \repeat unfold 8 { c-. } <>\sfz
   <>\downbow \repeat unfold 2 { c g } c1\> <>\enddecr
 }