]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stem-tremolo.ly
*** empty log message ***
[lilypond.git] / input / regression / stem-tremolo.ly
index d6648be74aa260bb8ffd84095b7b5fa93165785c..a37065b2fbc3cad82af034a70527ab34a5e56ad8 100644 (file)
@@ -1,9 +1,10 @@
-\version "1.7.18"
+
+\version "2.2.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.
 "
 }
@@ -11,8 +12,8 @@ tremolo must be centered on the note.
 
 \score{
        \context Voice\notes \relative c''{
-               \property Voice.TextScript \set #'direction = #1
-               \property Voice.TextScript \set #'padding = #5
+               \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
@@ -28,4 +29,4 @@ tremolo must be centered on the note.
                c8:32 f: b: e:
        }
 }
-%% new-chords-done %%
+