]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/chord-tremolo-single.ly
Issue 4743/2: Regtest, Doc NR 4.3.2, Changes entry
[lilypond.git] / input / regression / chord-tremolo-single.ly
1 \version "2.16.0"
2
3 \header{
4 texidoc="Chord tremolos on a single note."
5 }
6
7 \context Voice \relative c' {
8   \time 4/4
9   \repeat "tremolo" 32 { d32 }
10
11   c4 c4 c4 c4 c4 
12 }
13