]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stem-tremolo.ly
(setcolor): implement (re)setcolor with <g>
[lilypond.git] / input / regression / stem-tremolo.ly
index 3493dabef1c14409aeed2f06000872b5741fa583..5c7f61353288a8657199e53a391bf0d36770648e 100644 (file)
@@ -1,17 +1,19 @@
+
+\version "2.4.0"
 \header{
 texidoc="
 Stem tremolos or rolls are tremolo signs that look like beam segments
 crossing stems.  If the stem is in a beam, the tremolo must be parallel
-to the beam.  If the stem is invisible (eg. on a whole note), the
+to the beam.  If the stem is invisible (e.g. on a whole note), the
 tremolo must be centered on the note.
-";
+"
 }
 
-\version "1.3.117";
+
 \score{
-       \context Voice\notes \relative c''{
-               \property Voice.Text \set #'direction = #1
-               \property Voice.TextScript \set #'padding = #5
+       \context Voice \relative c''{
+               \override TextScript  #'direction = #1
+               \override TextScript  #'padding = #5
                a1:4^":4" a:8^":8" c:16^":16" a:32^":32" a^"x" a:^":"
                a4:4 c:8 a:16 c:32 a a: a2:
                \break
@@ -19,11 +21,13 @@ tremolo must be centered on the note.
                a4:32 a'4:64 
                \stemDown
                c,4:32 c,4:64
-               \stemBoth
+               \stemNeutral
                c'8:16 c c c
                a': a a: a
                c,16:32 c: c c a16:32 a: a a
                c8:16 g: d: a:
                c8:32 f: b: e:
+               \transpose c c { f''8:256[ f'8: f'':] }
        }
 }
+