]> git.donarmstrong.com Git - lilypond.git/blob - input/test/beam-pos.ly
release: 0.1.61
[lilypond.git] / input / test / beam-pos.ly
1 \score{
2         \melodic{
3                 \property Score.beamquantisation = 3 % TEST
4                 \octave c';
5                 [c8 c] [c c] [c c] [c c]
6                 [a'8 a'] [a' a'] [a' a'] [a' a']
7         }
8         \paper{
9                 castingalgorithm = \Wordwrap;
10                 linewidth = 60.0\mm;
11         }
12 }
13