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