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