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