X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmeasure-grouping.ly;h=3ddb019925f71cf619e0c9f6c43cd065b3e956f5;hb=ca5ffa906698b69799dffc2461de29762847a11c;hp=821c7d8e281b1d0d1b5a1808b76f1da1f33cd4c2;hpb=eba82770802a246bca4afab7eab1f78e84785214;p=lilypond.git diff --git a/input/regression/measure-grouping.ly b/input/regression/measure-grouping.ly index 821c7d8e28..3ddb019925 100644 --- a/input/regression/measure-grouping.ly +++ b/input/regression/measure-grouping.ly @@ -2,32 +2,32 @@ \header { - texidoc = "The @code{Measure_grouping_engraver} adds triangles and + texidoc = "The @code{Measure_grouping_engraver} adds triangles and brackets above beats when the beats of a time signature are grouped. " } -\version "2.1.26" +\version "2.12.0" +\layout { + ragged-right = ##t +} %% TODO: should have 2/4 + 5/8 time sig style. -\score { \notes -\context Staff - \relative c' { - #(set-time-signature 2 4) - c8 a'4 a8~ - #(set-time-signature 5 8 '(3 2)) - a8 bes4 r8 bes8-> - \time 2/4 - c,8 g'4 g8~ - #(set-time-signature 5 8 '(3 2)) - g8 a4 g a4.-> - } - \paper { - raggedright = ##t - \translator { \StaffContext - \consists "Measure_grouping_engraver" - } - } - } + +\context Staff \with { + \consists "Measure_grouping_engraver" + } + +\relative c' { + #(set-time-signature 2 4) + c8 a'4 a8~ + #(set-time-signature 5 8 '(3 2)) + a8 bes4 r8 bes8-> + \time 2/4 + c,8 g'4 g8~ + #(set-time-signature 5 8 '(3 2)) + g8 a4 g a4.-> +} +