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