]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/blank-notes.ly
*** empty log message ***
[lilypond.git] / input / test / blank-notes.ly
index ad90f7252d54611ca18c4580e707c4a66ac9f6fa..e050241d60f9bc2ac294f18d20f829826a32bfbf 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.26"
+\version "2.3.4"
 % 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
@@ -7,10 +7,8 @@
 \header {
     texidoc = "@cindex Invisible Notes
 @cindex Blank Notes
-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
-a slur to a rest or spacer rest).
+Invisible (or transparent) notes can be useful, when weird tricks are needed; 
+especially, a slur cannot be attach to a rest or spacer rest.
 " }
 
 blanknotes = { \override NoteHead  #'transparent = ##t
@@ -20,7 +18,7 @@ unblanknotes = { \revert NoteHead #'transparent
 
 
 \score {
-    \notes \relative c'' { c4 d4 
+     \relative c'' { c4 d4 
     \blanknotes e4 f4   \unblanknotes
             g4 a 
             }