Add wings to all repeat barlines (simple version): Difference between revisions

m New category
mNo edit summary
 
Line 1: Line 1:
After switching from Sibelius, I missed having all my repeat barlines have "wings" on them. It's not documented in the Lilypond documentation, but it's not too hard to accomplish. Just add this inside your Staff:
After switching from Sibelius, I missed having all my repeat barlines have “wings” on them. It's not documented in the LilyPond documentation, but it's not too hard to accomplish. Just add the following inside your staff.


<code> \set Score.startRepeatType = #&quot;[|:&quot; \set Score.endRepeatType = #&quot;:|]&quot; \set Score.doubleRepeatType = #&quot;:|][|:&quot; </code>
\set Score.startRepeatType = #"[|"
\set Score.endRepeatType = #":|]"
\set Score.doubleRepeatType = #":|][|:"


<lilypond version="2.24">
<lilypond version="2.24">