]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/blank-paper.ly
* input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
[lilypond.git] / input / test / blank-paper.ly
index a6522af2dd0358a29fc4dbbf636772fedc3143bd..b53e0f24214939bc9922714b37bf583abfa50de3 100644 (file)
@@ -1,8 +1,9 @@
-\version "1.9.4"
+\version "2.1.30"
 \header {
   texidoc="@cindex Blank Paper
 
-Blank music paper with clefs. Change the repeat count to get more staves.
+A blank music paper can be produced also by using invisible notes, and removing
+@code{Bar_number_engraver}.
 
 " }
 \score {
@@ -12,10 +13,10 @@ Blank music paper with clefs. Change the repeat count to get more staves.
     \repeat unfold 3 { c1 \break }
   }
   \paper {
-    \translator {
+    \context {
       \ScoreContext
-      TimeSignature \override #'transparent = ##t
-      NoteHead \override #'transparent = ##t
+      \override TimeSignature #'transparent = ##t
+      \override NoteHead #'transparent = ##t
       defaultBarType = #""
       \remove Bar_number_engraver
     }