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