]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/blank-paper.ly
(topdocs-web): New target.
[lilypond.git] / input / test / blank-paper.ly
index 4320b3d001b9241a53c37aa7d045748a84059913..d40a4b85ef1f82e13221d1ca158ec279e5f79513 100644 (file)
@@ -1,13 +1,15 @@
 \version "1.7.18"
 \header {
   texidoc="@cindex Blank Paper
-Blank music paper with clefs.
+
+Blank music paper with clefs. Change the repeat count to get more staves.
+
 " }
 \score {
   \notes {
     % \clef violin
     \clef bass 
-    \repeat unfold 9 { c1 \break }
+    \repeat unfold 3 { c1 \break }
   }
   \paper {
     \translator {
@@ -19,4 +21,4 @@ Blank music paper with clefs.
     }
   }
 }
-%% new-chords-done %%
+