Index: Documentation/changes.tely |
diff --git a/Documentation/changes.tely b/Documentation/changes.tely |
index c9315d59da68d24aa633bbc5c0e0fa2c70039d3c..64707801d2c6cf9913948c66efe1b8c34956074d 100644 |
--- a/Documentation/changes.tely |
+++ b/Documentation/changes.tely |
@@ -62,6 +62,14 @@ which scares away people. |
@end ignore |
@item |
+A new @code{output-attributes} grob property is now used for svg output |
+instead of the @code{id} grob property. It allows multiple attributes |
+to be defined as an association list. For example, @code{#'((id . 123) |
+(class . foo) (data-whatever . @qq{bar}))} will produce the following |
+group tag in an SVG file: @code{<g id=@qq{123} class=@qq{foo} |
+data-whatever=@qq{bar}> @dots{} </g>}. |
+ |
+@item |
Slurs and phrasing slurs may now be started from individual notes |
in a chord. Several simultanous slurs per @code{Voice} need to be |
distinguished by @code{spanner-id} setting. |