]> git.donarmstrong.com Git - lilypond.git/blob - input/test/defaultbars.ly
* lily/include/sequential-iterator.hh (class Sequential_iterator):
[lilypond.git] / input / test / defaultbars.ly
1 \version "1.3.146"
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 }