X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmeasure-grouping.ly;h=84caac7eb95e83371a43ee402207937cd5929ebe;hb=edf17353d89f4f6bd831466262402bb9151a26ca;hp=c598b74d4908cbe191e8a14b9b89d18891f471af;hpb=34881554afeaf03a55a3a983caf9cfeaaf3ea060;p=lilypond.git diff --git a/input/regression/measure-grouping.ly b/input/regression/measure-grouping.ly index c598b74d49..84caac7eb9 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.3.22" +\version "2.11.51" +\layout { + ragged-right = ##t +} %% TODO: should have 2/4 + 5/8 time sig style. -\score { -\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.-> - } - \layout { - raggedright = ##t - \context { \Staff - \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.-> +} +