]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/repeat-tremolo-chord-rep.ly
be148bf4dd995452241af4858a82468ea4ad50e0
[lilypond.git] / input / regression / repeat-tremolo-chord-rep.ly
1 \version "2.16.0"
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 }