]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/stem-tremolo.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / stem-tremolo.ly
1
2 \version "2.1.26"
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 \score{
14         \context Voice\notes \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                 \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 }
32