]> git.donarmstrong.com Git - lilypond.git/blob - input/test/stem-tremolo.ly
release: 1.3.118
[lilypond.git] / input / test / 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 \version "1.3.117";
11 \score{
12         \context Voice\notes \relative c''{
13                 %%?
14                 \property Voice.textVerticalDirection = #1
15                 %% burp, is this in staff or half spaces, or what?
16                 \property Voice.textScriptPadding = #15
17                 a1:4^":4" a:8^":8" c:16^":16" a:32^":32" a^"x" a:^":"
18                 a4:4 c:8 a:16 c:32 a a: a2:
19                 \break
20                 \stemUp
21                 a4:32 a'4:64 
22                 \stemDown
23                 c,4:32 c,4:64
24                 \stemBoth
25                 c'8:16 c c c
26                 a': a a: a
27                 c,16:32 c: c c a16:32 a: a a
28                 c8:16 g: d: a:
29                 c8:32 f: b: e:
30         }
31 }