]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/repeat-tremolo-beams.ly
ed683f30c92d06e13f41c7f915c7925a55085225
[lilypond.git] / input / regression / repeat-tremolo-beams.ly
1 \version "2.14.0"
2
3 \header {
4   texidoc = "Each of the staves here should have four tremolo beams."
5 }
6
7 \paper { ragged-right = ##t }
8 <<
9   \repeat tremolo 8 { c64 e64 }
10   \repeat tremolo 12 { c64 e64 }
11   \repeat tremolo 14 { c64 e64 }
12   \repeat tremolo 15 { c64 e64 }
13 >>