]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/displaying-a-whole-grandstaff-system-if-only-one-of-its-staves-is-alive.ly
Imported Upstream version 2.19.45
[lilypond.git] / Documentation / snippets / displaying-a-whole-grandstaff-system-if-only-one-of-its-staves-is-alive.ly
index bb20ae2d0e8ac5c147007f9d3392524d7b991303..72aa7ec0ae795db8b7262099d17a8c6938b78d70 100644 (file)
@@ -1,10 +1,10 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% generated from LSR http://lsr.di.unimi.it
 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.17.15"
+\version "2.18.0"
 
 \header {
   lsrtags = "contexts-and-engravers"
@@ -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