]> git.donarmstrong.com Git - lilypond.git/blob - input/test/beam-urg.ly
patch::: 1.5.22.jcn1
[lilypond.git] / input / test / beam-urg.ly
1 \version "1.3.146"
2
3 \score{
4         \notes\relative c''{
5                 \property Score.beamQuantisation = #'none
6                 % \property Score.beamQuantisation = #'normal
7                 % \property Score.beamQuantisation = #'traditional
8                 [g16 e f g]
9         }
10         \paper{
11                 linewidth = -1.
12         }
13 }