Setting the double repeat default for volte: Difference between revisions
Appearance
m New category Tags: Mobile edit Mobile web edit |
mNo edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
There are | There are different double repeat styles for volte that can be selected using the context property <code>doubleRepeatBarType</code>. | ||
<lilypond version="2.24"> | <lilypond version="2.24"> | ||
Latest revision as of 12:45, 9 December 2025
There are different double repeat styles for volte that can be selected using the context property doubleRepeatBarType.
\version "2.24"
\relative c'' {
\repeat volta 2 { c1 }
\set Score.doubleRepeatBarType = ":..:"
\repeat volta 2 { c1 }
\set Score.doubleRepeatBarType = ":|.|:"
\repeat volta 2 { c1 }
\set Score.doubleRepeatBarType = ":|.:"
\repeat volta 2 { c1 }
}