]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/no-staff.ly
Massive changes - see ChangeLog.
[lilypond.git] / input / test / no-staff.ly
index bdd9efd12e1b3291e2ebc392bfdfb0eb4959facb..fe2e01ae7666be2cfd9b237487c72db3818b467e 100644 (file)
@@ -1,7 +1,12 @@
-\version "1.7.16"
+\version "1.9.0"
+% possible rename to staff-something.  -gp
+
+\header{ texidoc = "@cindex Staff Remove
+You can stop LilyPond from printing the staff by removing the engraver. "
+}
 
 \score {
-  \notes { c4 c4 c8 c8 }
+  \notes { c4 d4 e8 d8 }
   \paper {
     raggedright = ##t
     \translator {
@@ -13,4 +18,4 @@
   }
 }
 
-%% new-chords-done %%
+