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