MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / repeat-unfold-tremolo.ly
blobad0c9a26d409b8aea119d26e73cf9e605764a363
1 \version "2.13.18"
3 \header {
4 texidoc = "Unfolding tremolo repeats. All fragments fill one
5 measure with 16th notes exactly."
8 \layout { ragged-right = ##t }
10 \relative c' {
11 \time 2/4
12 \unfoldRepeats {
13 \repeat tremolo 4 { c16 e } |
14 \repeat tremolo 8 c16
15 } |
16 \time 3/4
17 \unfoldRepeats {
18 \repeat tremolo 6 { c16 e } |
19 \repeat tremolo 12 { c16 } |
21 \bar "|."