]> git.donarmstrong.com Git - lilypond.git/blob - input/test/beam-chord.ly
fe5b0aa0744c36c48b680452ed311c81e08f56a2
[lilypond.git] / input / test / beam-chord.ly
1 \version "1.0.4";
2
3 \score{
4         \notes\transpose c'{
5                 \property Score.beamquantisation = \none
6
7                 [a'8 <a' g'']>
8                 [c <c e,]>
9                 [a'16 <a' g'']>
10                 [c <c e,]>
11                 [a'32 <a' g'']>
12                 [c <c e,]>
13         }
14         \paper{
15                 castingalgorithm = \Wordwrap;
16                 linewidth = 60.0\mm;
17         }
18 }