]> git.donarmstrong.com Git - lilypond.git/blob - input/test/beam-quanting.ly
release: 1.3.131
[lilypond.git] / input / test / beam-quanting.ly
1 %{
2 Have some fun beam quanting
3 %}
4
5 % no y quantising
6 #(define (beam-vertical-position-quants m dy) '())
7
8 % rediculous dy quanting
9 #(define beam-height-quants '(0 4))
10
11 \score {
12     \notes\relative c'{
13         c8 c c c
14         c8 e g a
15         c,8 f b e
16     }
17 }