]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/chord-tremolo-single.ly
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[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