]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/no-staff.ly
(class New_slur): new file. Score based slur
[lilypond.git] / input / test / no-staff.ly
index d6a0185b0030c6b18518bdc6f18c49150f7edc28..cc56cac60888cbe0c429e238806c592bb9d14eee 100644 (file)
@@ -1,11 +1,18 @@
-\version "1.3.146"
+\version "2.3.4"
+% possible rename to staff-something.  -gp
+
+\header{ texidoc = "@cindex Staff Remove
+The printing of the staff lines may be suppressed by removing the 
+corresponding engraver.
+"
+}
 
 \score {
-  \notes { c4 c4 c8 c8 }
+   { c4 d4 e8 d8 }
   \paper {
-    linewidth = -1.
-    \translator {
-      \StaffContext
+    raggedright = ##t
+    \context {
+      \Staff
       \remove Staff_symbol_engraver
       \consists Pitch_squash_engraver
       \remove Clef_engraver
@@ -13,3 +20,4 @@
   }
 }
 
+