]> git.donarmstrong.com Git - lilypond.git/blob - input/test/defaultbars.ly
update syntax in .ly files.
[lilypond.git] / input / test / defaultbars.ly
1 \version "1.7.6"
2
3
4 \header {
5
6     texidoc = "By setting barAlways and defaultBarType, you can
7     automatically insert barlines everywhere." 
8 }
9
10
11 \score {
12         \notes {
13                 \property Score.barAlways = ##t
14                 \property Score.defaultBarType = ":|:"
15                 c4 c4 c4 c4 }
16 }
17 %% new-chords-done %%