Vertically aligned StaffGroups without connecting SystemStartBar: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
This snippet shows how to achieve vertically aligned <code>StaffGroups</code> with a <code>SystemStartBar</code> for each <code>StaffGroup</code>, but without connecting them. | This snippet shows how to achieve vertically aligned <code>StaffGroups</code> with a <code>SystemStartBar</code> for each <code>StaffGroup</code>, but without connecting them. | ||
Note that this only works properly for music that can be printed as a single system. | |||
<lilypond version="2.24" full> | <lilypond version="2.24" full> | ||
#(set-global-staff-size | #(set-global-staff-size 15) | ||
\paper { | \paper { | ||
| Line 11: | Line 13: | ||
\layout { | \layout { | ||
indent = 0 | |||
\context { | \context { | ||
\StaffGroup | \StaffGroup | ||