]> 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 bdd9efd12e1b3291e2ebc392bfdfb0eb4959facb..cc56cac60888cbe0c429e238806c592bb9d14eee 100644 (file)
@@ -1,11 +1,18 @@
-\version "1.7.16"
+\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 {
     raggedright = ##t
-    \translator {
-      \StaffContext
+    \context {
+      \Staff
       \remove Staff_symbol_engraver
       \consists Pitch_squash_engraver
       \remove Clef_engraver
@@ -13,4 +20,4 @@
   }
 }
 
-%% new-chords-done %%
+