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