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