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