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