]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/no-staff.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / test / no-staff.ly
index 84482e677ca88c0ed092600be837c8699f9ce3cb..cc56cac60888cbe0c429e238806c592bb9d14eee 100644 (file)
@@ -1,16 +1,18 @@
-\version "2.1.23"
+\version "2.3.4"
 % possible rename to staff-something.  -gp
 
 \header{ texidoc = "@cindex Staff Remove
-You can stop LilyPond from printing the staff by removing the engraver. "
+The printing of the staff lines may be suppressed by removing the 
+corresponding engraver.
+"
 }
 
 \score {
-  \notes { c4 d4 e8 d8 }
+   { c4 d4 e8 d8 }
   \paper {
     raggedright = ##t
-    \translator {
-      \StaffContext
+    \context {
+      \Staff
       \remove Staff_symbol_engraver
       \consists Pitch_squash_engraver
       \remove Clef_engraver