]> git.donarmstrong.com Git - lilypond.git/blobdiff - NEWS.txt
Merge tag 'upstream/2.19.50' into debian-experimental
[lilypond.git] / NEWS.txt
index 0aac6fc370a468f1bca907d369cd908027c986c9..ac7ad1d469bac66018b7a3c410c2ef93358bdbc7 100644 (file)
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,6 +1,13 @@
 New features in 2.20 since 2.18
 *******************************
 
+   • A new ‘output-attributes’ grob property is now used for svg output
+     instead of the ‘id’ grob property.  It allows multiple attributes
+     to be defined as an association list.  For example, ‘#'((id . 123)
+     (class . foo) (data-whatever . “bar”))’ will produce the following
+     group tag in an SVG file: ‘<g id=“123” class=“foo”
+     data-whatever=“bar”> ... </g>’.
+
    • Slurs and phrasing slurs may now be started from individual notes
      in a chord.  Several simultanous slurs per ‘Voice’ need to be
      distinguished by ‘spanner-id’ setting.