]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/no-staff.ly
Run scripts/auxiliar/update-with-convert-ly.sh -f 2.19.20
[lilypond.git] / input / regression / no-staff.ly
index 7d18f1af1998e82fb062e55f35c621a3b2ba605c..7d3ad7ef912fa3f1aa1270291c40fd6cebb8176b 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.15"
+\version "2.19.21"
 % possible rename to staff-something.  -gp
 
 \header{ texidoc = "@cindex Staff Remove
@@ -11,12 +11,12 @@ corresponding engraver.
     ragged-right = ##t
 }
 
-\relative c' \new Staff \with {
+\relative \new Staff \with {
        \remove "Staff_symbol_engraver"
        \consists "Pitch_squash_engraver"
        \remove "Clef_engraver"
     } {
-       c4 d4 e8 d8
+       c'4 d4 e8 d8
     }