]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/chord-tremolo-stem-direction.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[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.19.21"
9 \paper{
10   ragged-right = ##t
11 }
12
13 \relative {
14   \stemDown
15   \repeat tremolo 16 { d32 a'32 }
16 }