]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/chord-tremolo-single.ly
Split WWW target in two stages WWW-1 and WWW-2
[lilypond.git] / input / regression / chord-tremolo-single.ly
1 \version "2.10.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