]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/displaying-a-whole-grandstaff-system-if-only-one-of-its-staves-is-alive.ly
Merge remote-tracking branch 'origin/master' into translation
[lilypond.git] / Documentation / snippets / displaying-a-whole-grandstaff-system-if-only-one-of-its-staves-is-alive.ly
index 1f5b3257e2fe511f558d2f3c9235e5b0c34b1524..60a68c3a136f241d6b335539df7225f1e96d3dfc 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"