X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmeasure-grouping.ly;h=270b5bc73d2cf15c899d98a8e459812db54ce04d;hb=8379d72964ea43cb455cfc9beb7143f1ce76c834;hp=d89f00603046edfcb99f81d3f1504befaad0cd52;hpb=0c289671d105bea58592607cb508aef59aee882b;p=lilypond.git diff --git a/input/regression/measure-grouping.ly b/input/regression/measure-grouping.ly index d89f006030..270b5bc73d 100644 --- a/input/regression/measure-grouping.ly +++ b/input/regression/measure-grouping.ly @@ -7,27 +7,27 @@ brackets above beats when the beats of a time signature are grouped. " } -\version "2.10.0" +\version "2.19.21" +\layout { + ragged-right = ##t +} %% TODO: should have 2/4 + 5/8 time sig style. -\context Staff -\relative c' { - #(set-time-signature 2 4) - c8 a'4 a8~ - #(set-time-signature 5 8 '(3 2)) +\context Staff \with { + \consists "Measure_grouping_engraver" + } + +\relative { + \time 2/4 + c'8 a'4 a8~ + \time #'(3 2) 5/8 a8 bes4 r8 bes8-> \time 2/4 c,8 g'4 g8~ - #(set-time-signature 5 8 '(3 2)) + \time #'(3 2) 5/8 g8 a4 g a4.-> } -\layout { - ragged-right = ##t - \context { \Staff - \consists "Measure_grouping_engraver" - } -}