]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/stem-tremolo.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / regression / stem-tremolo.ly
1 \header{
2 texidoc="
3 Stem tremolos or rolls are tremolo signs that look like beam segments
4 crossing stems.  If the stem is in a beam, the tremolo must be parallel
5 to the beam.  If the stem is invisible (eg. on a whole note), the
6 tremolo must be centered on the note.
7 ";
8 }
9
10
11 \score{
12         \context Voice\notes \relative c''{
13                 \property Voice.Text \set #'direction = #1
14                 \property Voice.TextScript \set #'padding = #5
15                 a1:4^":4" a:8^":8" c:16^":16" a:32^":32" a^"x" a:^":"
16                 a4:4 c:8 a:16 c:32 a a: a2:
17                 \break
18                 \stemUp
19                 a4:32 a'4:64 
20                 \stemDown
21                 c,4:32 c,4:64
22                 \stemBoth
23                 c'8:16 c c c
24                 a': a a: a
25                 c,16:32 c: c c a16:32 a: a a
26                 c8:16 g: d: a:
27                 c8:32 f: b: e:
28         }
29 }