| [ << Staff notation ] | [Top][Contents] | [ Editorial annotations >> ] |
| [ < Ambitus after key signature ] | [ Up: Staff notation ] | [ Changing the number of lines in a staff > ] |
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 "|." }
| [ << Staff notation ] | [Top][Contents] | [ Editorial annotations >> ] |
| [ < Ambitus after key signature ] | [ Up: Staff notation ] | [ Changing the number of lines in a staff > ] |