]> git.donarmstrong.com Git - lilypond.git/commitdiff
Modify the blank staff lines example.
authorGraham Percival <graham@percival-music.ca>
Sun, 24 Dec 2006 13:27:02 +0000 (05:27 -0800)
committerGraham Percival <graham@percival-music.ca>
Sun, 24 Dec 2006 13:27:02 +0000 (05:27 -0800)
Documentation/user/advanced-notation.itely

index a414fe7b44c3909cb42013f05212ea98d2de7229..c087515c3b74ef726ce313751631c76e8a123598 100644 (file)
@@ -2126,6 +2126,7 @@ removing @code{Bar_number_engraver}.
 
 
 @lilypond[quote,verbatim]
+\layout{ indent = #0 }
 emptymusic = {
   \repeat unfold 2 % Change this for more lines.
   { s1\break }
@@ -2136,6 +2137,8 @@ emptymusic = {
   defaultBarType = #""
   \remove Bar_number_engraver
 } <<
+
+% modify these to get the staves you want
   \new Staff \emptymusic
   \new TabStaff \emptymusic
 >>