]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/repeat-unfold-tremolo.ly
280bcd014d936fd152a4dfe8fe1d7ef620b4307c
[lilypond.git] / input / regression / repeat-unfold-tremolo.ly
1 \version "2.6.0"
2 \header {
3
4     texidoc = "Unfolding tremolo repeats. All fragments fill one
5  measure with 16th notes exactly."
6
7 }
8
9
10 \score{
11     {
12         \time 2/4 
13         \applymusic #unfold-repeats     
14         { \repeat tremolo 4 { c'16 e' } |
15           \repeat tremolo 8 c'16 } |
16
17         \time 3/4 
18         \applymusic #unfold-repeats     
19         { \repeat tremolo 6 { c'16 e' } |
20           \repeat tremolo 12 c'16 } | \bar "|."
21         
22         \bar "|."
23
24         
25     }
26     \layout { raggedright = ##t }  
27 }