]> 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 count at subdivisions should match the location
8 of the current subdivision.  However, if the groups are equal or
9 longer than quarter notes, one beam should always be left."
10
11 }
12
13 \relative c' {
14     \set baseMoment = #(ly:make-moment 1/4)
15     \set subdivideBeams = ##t
16     c16 [ c c c c c c c c c c c c c c c ]
17 }