]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/repeat-unfold-tremolo.ly
* input/test/polymetric-differing-notes.ly: use ly:music-compress.
[lilypond.git] / input / regression / repeat-unfold-tremolo.ly
1 \version "2.1.36"
2 \header {
3
4     texidoc = "Unfolding tremolo repeats. Both fragments fill one 2/4
5  measure with 32nd notes exactly."
6
7 }
8
9
10 \score{
11     \notes{
12         \time 2/4 
13         \apply #unfold-repeats  
14         { \repeat tremolo 8 { c'32 e' } |
15           \repeat tremolo 16 c'32 } | \bar "|."
16     }
17     \paper { raggedright = ##t }  
18 }