]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/autobeam-start-at-beginning-of-measure-in-3-4.ly
5675abe5cfed86e08c669543ddd07691cda392a7
[lilypond.git] / input / regression / autobeam-start-at-beginning-of-measure-in-3-4.ly
1 \version "2.13.51"
2
3 \header {
4
5   texidoc = "
6 3/4 beaming has special rules, that are hardcoded in the autobeam
7 routines.  When the beaming is changed, beams should start at the
8 beginning of the measure.  In this case, the measure should be beamed
9 in two.
10 "
11 }
12
13 \relative c' {
14     \time 3/4
15     \set Timing.baseMoment = #(ly:make-moment 1 8)
16     \set Timing.beatStructure = #'(3 3)
17     \set Timing.beamExceptions = #'()
18     c8 c c c c c
19 }