| [ << Repeats ] | [Top][Contents] | [ Simultaneous notes >> ] |
| [ < Repeats ] | [ Up: Repeats ] | [ Controlling the appearance of tremolo slashes > ] |
Changing the default bar lines
Default bar lines can be changed when re-defined in a Score
context.
\layout { \context { \Score % Changing the defaults from engraver-init.ly measureBarType = "!" startRepeatBarType = "[|:" endRepeatBarType = ":|]" doubleRepeatBarType = ":|][|:" } } { c'1 \repeat volta 2 { c' c' } \repeat volta 2 { c' c' \alternative { \volta 1 { c' } \volta 2 { c' } } } \bar "|." }
| [ << Repeats ] | [Top][Contents] | [ Simultaneous notes >> ] |
| [ < Repeats ] | [ Up: Repeats ] | [ Controlling the appearance of tremolo slashes > ] |