]> git.donarmstrong.com Git - lilypond.git/blob - input/test/defaultbars.ly
cb9b5e45f7251ce969e7adcc4bba10e039b02c17
[lilypond.git] / input / test / defaultbars.ly
1 \version "1.0.10";
2
3
4 \score {
5         \notes {
6                 \property Staff.barAlways = "1"
7                 \property Staff.defaultBarType = ":|:"
8                 c4 c4 c4 c4 }
9 }