From: Graham Percival Date: Sun, 24 Dec 2006 13:27:02 +0000 (-0800) Subject: Modify the blank staff lines example. X-Git-Tag: release/2.11.6-1~64 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c6a92805486403b08e2ce00ee8a5b8122386bb6f;p=lilypond.git Modify the blank staff lines example. --- diff --git a/Documentation/user/advanced-notation.itely b/Documentation/user/advanced-notation.itely index a414fe7b44..c087515c3b 100644 --- a/Documentation/user/advanced-notation.itely +++ b/Documentation/user/advanced-notation.itely @@ -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 >>