]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/repeat-unfold-tremolo.ly
MusicXML: src-dir rather than srcdir.
[lilypond.git] / input / regression / repeat-unfold-tremolo.ly
1 \version "2.11.51"
2 \header {
3
4   texidoc = "Unfolding tremolo repeats. All fragments fill one
5  measure with 16th notes exactly."
6
7 }
8
9 \layout { ragged-right = ##t }
10
11
12
13 {
14   \time 2/4 
15   \applyMusic #unfold-repeats   
16   { \repeat tremolo 4 { c'16 e' } |
17     \repeat tremolo 8 c'16 } |
18
19   \time 3/4 
20   \applyMusic #unfold-repeats   
21   { \repeat tremolo 6 { c'16 e' } |
22     \repeat tremolo 12 c'16 } | \bar "|."
23   
24   \bar "|."
25
26   
27 }
28   
29