From d2ea99ca6c894d5d39cd5278c7eed46fe834b442 Mon Sep 17 00:00:00 2001 From: Carl Sorensen Date: Sun, 20 Feb 2011 15:22:03 -0700 Subject: [PATCH] Add regression test for 1525 --- ...am-start-at-beginning-of-measure-in-3-4.ly | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 input/regression/autobeam-start-at-beginning-of-measure-in-3-4.ly diff --git a/input/regression/autobeam-start-at-beginning-of-measure-in-3-4.ly b/input/regression/autobeam-start-at-beginning-of-measure-in-3-4.ly new file mode 100644 index 0000000000..8a86affe23 --- /dev/null +++ b/input/regression/autobeam-start-at-beginning-of-measure-in-3-4.ly @@ -0,0 +1,19 @@ +\version "2.13.51" + +\header { + + texidoc = " +3/4 beaming has special rules, that are hardcoded in the autobeam +routines. When the beaming is changed, beams should start at the +beginning of the measure. In this case, the measure should be beamed +in two. +" +} + +\relative c' { + \time 3/4 + \set Timing.baseMoment = #(ly:make-moment 1 8) + \set Timing.beatStructure = #'(3 3) + \set Timing.beamExceptions = #'() + c c c c c c +} -- 2.39.2