]> git.donarmstrong.com Git - lilypond.git/blob - input/test/auto-beam-4-8.ly
c10e2464d1d9b8b638ab4e1d70d02dfa5748b581
[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 ly/auto-beam-settings.ly)
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 = "2/4"
21      c8 c c c16 c
22
23   }
24 }
25