]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/chord-tremolo-stem-direction.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / chord-tremolo-stem-direction.ly
1 \header {
2
3   texidoc = "Stem directions influence positioning of whole note
4   tremolo beams."
5
6 }
7
8 \version "2.16.0"
9 \paper{
10   ragged-right = ##t
11 }
12
13 \relative c {
14   \stemDown
15   \repeat tremolo 16 { d32 a'32 }
16 }