]> git.donarmstrong.com Git - lilypond.git/commitdiff
Merge branch 'master' of git://git.sv.gnu.org/lilypond
authorGraham Percival <graham@percival-music.ca>
Mon, 25 Dec 2006 16:44:33 +0000 (08:44 -0800)
committerGraham Percival <graham@percival-music.ca>
Mon, 25 Dec 2006 16:44:33 +0000 (08:44 -0800)
Documentation/user/advanced-notation.itely

index a414fe7b44c3909cb42013f05212ea98d2de7229..30042de160cfef64d5687736533b5caca4519fc1 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 }
@@ -2133,9 +2134,13 @@ emptymusic = {
 }
 \new Score \with {
   \override TimeSignature #'transparent = ##t
+% un-comment this line if desired
+%  \override Clef #'transparent = ##t
   defaultBarType = #""
   \remove Bar_number_engraver
 } <<
+
+% modify these to get the staves you want
   \new Staff \emptymusic
   \new TabStaff \emptymusic
 >>