]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/chord-tremolo-single.ly
Fix 2241: Proper copyright/header/tagline handling with multiple bookparts
[lilypond.git] / input / regression / chord-tremolo-single.ly
1 \version "2.14.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