]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-subdivide-quarter-notes.ly
Merge branch 'master' into translation
[lilypond.git] / input / regression / beam-subdivide-quarter-notes.ly
1 \version "2.19.32"
2
3 \header {
4   
5   doctitle = "Beam subdivide over quarter notes"
6
7   texidoc = "Beam subdivisions should match the durations of the subdivided
8 groups, as established by baseMoment.  However, if the groups are equal or
9 longer than quarter notes, one beam should be left
10 "
11
12 }
13
14 \relative c' {
15     \set baseMoment = #(ly:make-moment 1/4)
16     \set subdivideBeams = ##t
17     c16 [ c c c c c c c c c c c c c c c ]
18 }