]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/blank-paper-tab.ly
*** empty log message ***
[lilypond.git] / input / test / blank-paper-tab.ly
index 13a48d058f57bf82cbd4e8643752d818447a4c49..85c1d018a75aa244be3e45617da257025a741fb2 100644 (file)
@@ -1,9 +1,10 @@
-\version "1.9.8"
+\version "2.2.0"
 \header {
     
 texidoc = "@cindex Blank Paper Tab
-Blank music paper, another example: empty staffs and a
-tablature staff. " }
+A blank music paper can be produced by using spacer rests, and removing
+@code{Bar_number_engraver}. Here is an empty staff with a tablature staff. 
+" }
 
 emptymusic = \notes { \repeat unfold 4  { s1\break }  \bar "|." }
 
@@ -15,7 +16,7 @@ emptymusic = \notes { \repeat unfold 4  { s1\break }  \bar "|." }
 
 
   \paper {
-    \translator {
+    \context {
       \ScoreContext
       \remove Bar_number_engraver
     }