]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/changes.tely
More flexibility for tremolo slashes
[lilypond.git] / Documentation / changes.tely
index 1a5208fbd07a65590c901022a740e9d7e5c1884e..93e424ce1bbc627de680167a496ade8d4058caa9 100644 (file)
@@ -61,6 +61,19 @@ which scares away people.
 
 @end ignore
 
+@item
+The visual style of tremolo slashes (shape, style and slope)
+is now more finely controlled.
+@lilypond[quote,relative=2]
+  a8:32 b: c: d:
+  \override StemTremolo.shape = #'beam-like
+  a: b: c: d:
+  \override StemTremolo.style = #'constant
+  a: b: c: d:
+  g,2
+@end lilypond
+
+
 @item
 Multi-measure rests have length according to their total duration,
 under the control of @code{MultiMeasureRest.space-increment}.