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