X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmeasure-grouping.ly;h=64a1e8153d4a2539b51fd70875bc9bc39016c656;hb=c2ccda3e91d408453744bd03882c6b0584a9561a;hp=a416e5a8bbe001be210c877d154a28e85d8c2ec9;hpb=4c8187e65dd9708d7733692842acc696da121bf1;p=lilypond.git diff --git a/input/regression/measure-grouping.ly b/input/regression/measure-grouping.ly index a416e5a8bb..64a1e8153d 100644 --- a/input/regression/measure-grouping.ly +++ b/input/regression/measure-grouping.ly @@ -2,33 +2,33 @@ \header { - texidoc = "The @code{Measure_grouping_engraver} adds triangles and -brackets above beats when you set beatGrouping. This shows a fragment -of Steve Martland's Dance Works. " + texidoc = "The @code{Measure_grouping_engraver} adds triangles and +brackets above beats when the beats of a time signature are grouped. " } -\version "2.1.7" +\version "2.10.0" %% 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 a-> - } - \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" + } +} +