]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/changes.tely
Imported Upstream version 2.19.49
[lilypond.git] / Documentation / changes.tely
index c9315d59da68d24aa633bbc5c0e0fa2c70039d3c..64707801d2c6cf9913948c66efe1b8c34956074d 100644 (file)
@@ -61,6 +61,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