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