]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/repeat-tremolo-chord-rep.ly
d1d567614342c3e26d5e67b998e8e8ac46053634
[lilypond.git] / input / regression / repeat-tremolo-chord-rep.ly
1 \version "2.13.34"
2
3 \header {
4   texidoc = "Tremolos work with chord repetitions."
5 }
6
7 \relative c' {
8   <c e g>1
9   \repeat tremolo 4 q16
10   \repeat tremolo 4 { q16 }
11   \repeat tremolo 4 { c16 q16 }
12 }