]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/displaying-a-whole-grandstaff-system-if-only-one-of-its-staves-is-alive.ly
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / Documentation / snippets / displaying-a-whole-grandstaff-system-if-only-one-of-its-staves-is-alive.ly
index 1f5b3257e2fe511f558d2f3c9235e5b0c34b1524..72aa7ec0ae795db8b7262099d17a8c6938b78d70 100644 (file)
@@ -35,8 +35,10 @@ the second violin is also displayed.
     <<
       \new Staff = "Staff_flute" \with {
         instrumentName = "Flute"
-        shortInstrumentName = "Fl"}
-        \relative c' { \repeat unfold 3 { c'4 c c c | c c c c | c c c c | \break }
+        shortInstrumentName = "Fl"
+      }
+      \relative c' {
+        \repeat unfold 3 { c'4 c c c | c c c c | c c c c | \break }
       }
     >>
     \new StaffGroup = "StaffGroup_Strings"
@@ -65,6 +67,8 @@ the second violin is also displayed.
   >>
 }
 \layout {
+  indent = 3.0\cm
+  short-indent = 1.5\cm
   \context {
     \GrandStaff
     \consists Keep_alive_together_engraver