X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmeasure-grouping.ly;h=e5e98ea02f301cd4e321285be6c0a94552c0fe5e;hb=785c8ae021ddb22677291aa9ed7bc815d97fdd27;hp=23b17c7b8121616c099c1e2ea2d708b9bc5d2822;hpb=59566db06793e38a8805f75d2ee80970ff2cad0f;p=lilypond.git diff --git a/input/regression/measure-grouping.ly b/input/regression/measure-grouping.ly index 23b17c7b81..e5e98ea02f 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 -brackets above beats when you set beatGrouping. " + texidoc = "The @code{Measure_grouping_engraver} adds triangles and +brackets above beats when the beats of a time signature are grouped. " } -\version "2.1.23" +\version "2.7.39" %% 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" - } - } - } +\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.-> +} +\layout { + ragged-right = ##t + \context { \Staff + \consists "Measure_grouping_engraver" + } +} +