]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/chord-tremolo-single.ly
Issue 5167/7: markup-partial regtest: use \markup function assignment
[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