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