]> git.donarmstrong.com Git - lilypond.git/blob - input/test/auto-beam-4-8.ly
patch::: 1.3.103.jcn2
[lilypond.git] / input / test / auto-beam-4-8.ly
1 \score{
2    \notes\relative c''{
3      \time 4/8;
4
5 %{
6     the default for 4/8 (see scm/auto-beam.scm)
7      ----  --------
8      |  |  |   |--|
9     x| x| x|  x| x|
10 %}
11      c8 c c c16 c
12
13
14 %{
15     user override
16      --------------
17      |  |  |   |--|
18     x| x| x|  x| x|
19 %}
20      %\property Voice.beamAutoEnd = #(make-moment 2 4)
21      \property Voice.autoBeamSettings \push #'(end * * * *) = #(make-moment 2 4)
22      c8 c c c16 c
23
24   }
25 }
26