From: John Mandereau Date: Wed, 27 Aug 2008 11:43:39 +0000 (+0200) Subject: Fix regression test compilation X-Git-Tag: release/2.11.58-1~32^2~12^2~7 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7e42944c6240166ec9f82977da41394a1610b076;p=lilypond.git Fix regression test compilation --- diff --git a/input/regression/beatGrouping.ly b/input/regression/beatGrouping.ly index 136f9473f9..1020d4216a 100644 --- a/input/regression/beatGrouping.ly +++ b/input/regression/beatGrouping.ly @@ -10,10 +10,10 @@ Otherwise, it will break beams according to beatLength." \time 12/16 % default beatLength is 1/16; beatGrouping for this time is '() - b16 b b b b b b b b b b b ; beatlength is used to breatk these beams + b16 b b b b b b b b b b b % beatlength is used to breatk these beams % use beatGrouping to get 1/8 groups \set Timing.beatGrouping = #'(2 2 2 2 2 2) % 6*2 = 12 so beatGrouping applies - b16 b b b b b b b b b b b ; beam groups are 1/8 + b16 b b b b b b b b b b b % beam groups are 1/8 % use beatLength to get 1/8 groups -- beatGrouping no longer applies \set Score.beatLength = #(ly:make-moment 2 16 ) % 12*2/16 = 24/16 % bad beatGrouping; use