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