MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / measure-grouping.ly
blob3ddb019925f71cf619e0c9f6c43cd065b3e956f5
2 \header
5 texidoc = "The @code{Measure_grouping_engraver} adds triangles and
6 brackets above beats when the beats of a time signature are grouped. "
10 \version "2.12.0"
12 \layout {
13 ragged-right = ##t
16 %% TODO: should have 2/4 + 5/8 time sig style.
18 \context Staff \with {
19 \consists "Measure_grouping_engraver"
22 \relative c' {
23 #(set-time-signature 2 4)
24 c8 a'4 a8~
25 #(set-time-signature 5 8 '(3 2))
26 a8 bes4 r8 bes8->
27 \time 2/4
28 c,8 g'4 g8~
29 #(set-time-signature 5 8 '(3 2))
30 g8 a4 g a4.->