]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/blank-notes.ly
.ly version update.
[lilypond.git] / input / test / blank-notes.ly
index 15a92a5fa852e06894212c99001fc99e81e37301..3de60f2dc8d605e4effea97b819638a74f9b47e3 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.7.18"
+
+\version "1.9.8"
 % possible rename to invis-notes.ly
 % check if other documents call this "blank notes", though.  I think
 % invisible notes sounds better, but whatever it is, it should be
@@ -6,9 +7,9 @@
 \header {
     texidoc = "@cindex Invisible Notes
 @cindex Blank Notes
-You can suppress printing of Lilypond output.  This example shows you how to
+You can suppress printing of LilyPond output.  This example shows you how to
 print invisible (or blank) notes.  This can be very useful when you want to
-do wierd tricks with Lilypond (especially with slurs, since you can't attach
+do wierd tricks with LilyPond (especially with slurs, since you can't attach
 a slur to a rest or spacer rest).
 " }
 
@@ -23,11 +24,11 @@ unblanknotes = { \property Voice.NoteHead
 
 
 \score {
-    \notes { c4 d4 
+    \notes \relative c'' { c4 d4 
     \blanknotes e4 f4   \unblanknotes
             g4 a 
             }
 \paper{raggedright = ##t}
 }
 
-%% new-chords-done %%
+