X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fchanges.tely;h=6e4072c50ea178c1916ff0014ec73a6a4702f00c;hb=e8d5061834a5a658c5ffd078237e9cd660069a7d;hp=136a55df4035df79bdb3200ecf0d57da5ef9c881;hpb=f11e0db79f7a4916c82f0281b1155ee335ab4300;p=lilypond.git diff --git a/Documentation/changes.tely b/Documentation/changes.tely index 136a55df40..6e4072c50e 100644 --- a/Documentation/changes.tely +++ b/Documentation/changes.tely @@ -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}.