Double bar line as system start: Difference between revisions
Appearance
m Replace version="2.24.0" with version="2.24" now that the LilyWiki extension supports auto-selecting the latest release in a stable series |
No edit summary |
||
| Line 21: | Line 21: | ||
</lilypond> | </lilypond> | ||
[[Category:Specific notation]] | [[Category:Specific notation]][[Category:Snippet]] | ||
Revision as of 22:52, 21 November 2025
A double bar line as system start may be printed as demonstrated here.
\version "2.24"
\layout {
\context {
\Score
\override SystemStartBar.thickness = 1.8
}
\context {
\StaffGroup
\override Clef.X-extent = #'(-0.4 . 0)
\override SystemStartBar.padding = -0.65
systemStartDelimiter = #'SystemStartBar
}
}
\new StaffGroup <<
{ c'1 }
{ c'1 }
>>