]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/stem-tremolo-position.ly
Merge commit 'origin' into includes
[lilypond.git] / input / regression / stem-tremolo-position.ly
1 \header {
2     texidoc = "Tremolos are positioned a fixed distance from the
3     end of the beam. Tremolo flags are shortened and made rectangular
4     on beamed notes or on stem-up notes with a flag. Tremolo flags are
5     tilted extra on stem-down notes with a flag."
6 }
7
8 \version "2.12.0"
9 \layout {
10     ragged-right = ##T
11 }
12
13 \relative c' {
14   c16:32 e: f: a: c,4:8 c4:32 c8:16 \noBeam c16:32 \noBeam c16:64 |
15   c''16:32 e: f: a: c,4:8 c4:32 c8:16 \noBeam c16:32 \noBeam c16:64 |
16 }