]> git.donarmstrong.com Git - lilypond.git/blob - input/test/beam-pos.ly
release: 1.3.12
[lilypond.git] / input / test / beam-pos.ly
1 \version "1.3.5";
2
3 \score{
4         \notes\transpose c''{
5                 % \property Score.beamQuantisation = '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