]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/stem-tremolo.ly
*** empty log message ***
[lilypond.git] / input / regression / stem-tremolo.ly
1
2 \version "2.6.0"
3 \header{
4   texidoc="
5 Stem tremolos or rolls are tremolo signs that look like beam segments
6 crossing stems.  If the stem is in a beam, the tremolo must be parallel
7 to the beam.  If the stem is invisible (e.g. on a whole note), the
8 tremolo must be centered on the note.
9 "
10 }
11
12
13
14 \context Voice \relative c''{
15   \override TextScript  #'direction = #1
16   \override TextScript  #'padding = #5
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   \stemNeutral
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   \transpose c c { f''8:256[ f'8: f'':] }
31 }
32
33