]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stem-tremolo.ly
new file.
[lilypond.git] / input / regression / stem-tremolo.ly
index 7afaf52fb4bbd4b199e726c979bc57d38d3c983e..5a200f02f3aaa8c9d73406f3b4827f36c676af5c 100644 (file)
@@ -1,17 +1,19 @@
+
+\version "2.3.4"
 \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.
-";
+"
 }
 
 
 \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
@@ -27,3 +29,4 @@ tremolo must be centered on the note.
                c8:32 f: b: e:
        }
 }
+