release commit
[lilypond.git] / input / test / beam-auto-4-8.ly
blob3e74419f3477e1d9c09ccbd671fe07076aacb58d
2 \version "2.1.7"
3 % keep for now, although merging into beam-auto-override is a possibility.
4 \header {
5 texidoc = "@cindex Auto Beaming 4/8
6 You can override LilyPond's automatic beaming.
10 \score{
11 \notes\relative c''{
12 \time 4/8
15 the default for 4/8 (see scm/auto-beam.scm)
16 ---- --------
17 | | | |--|
18 x| x| x| x| x|
20 c8 c c c16 c
24 user override
25 --------------
26 | | | |--|
27 x| x| x| x| x|
29 \property Voice.autoBeamSettings \override #'(end * * * *) = #(ly:make-moment 2 4)
30 c8 c c c16 c
33 \paper{raggedright = ##t}