]> git.donarmstrong.com Git - lilypond.git/blob - input/test/beam-pos.ly
release: 1.1.43
[lilypond.git] / input / test / beam-pos.ly
1 \version "1.0.19";
2
3 \score{
4         \notes\transpose c''{
5                 \property Score.beamquantisation = 3 % TEST
6
7                 [c8 c] [c c] [c c] [c c]
8                 [a' a'] [a' a'] [a' a'] [a' a']
9                 [c16 c] [c c] [c c] [c c]
10                 [a' a'] [a' a'] [a' a'] [a' a']
11         }
12         \paper{
13                 castingalgorithm = \Wordwrap;
14                 linewidth = 60.0\mm;
15         }
16 }
17