From c6a92805486403b08e2ce00ee8a5b8122386bb6f Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sun, 24 Dec 2006 05:27:02 -0800 Subject: [PATCH] Modify the blank staff lines example. --- Documentation/user/advanced-notation.itely | 3 +++ 1 file changed, 3 insertions(+) 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 >> -- 2.39.5