X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=NEWS.txt;h=fba3cfd23c062203f4aee6f3a0a7108504e08157;hb=0d79b70f93d429bb9af2d26b4e88c955b1931843;hp=ac7ad1d469bac66018b7a3c410c2ef93358bdbc7;hpb=dfb8333e640cd2e84ba1d5438af87c5c9bedde6e;p=lilypond.git diff --git a/NEWS.txt b/NEWS.txt index ac7ad1d469..fba3cfd23c 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,6 +1,12 @@ New features in 2.20 since 2.18 ******************************* + • The music function ‘\\unfoldRepeats’ can now take an optional + argument-list specifying which type(s) of repeated music should be + unfolded. Possible entries are ‘percent’, ‘tremolo’, ‘volta’. If + the optional argument-list is unspecified, ‘repeated-music’ will be + used, unfolding all. + • 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) @@ -124,11 +130,13 @@ New features in 2.20 since 2.18 } image of music - • A new page breaking function ‘ly:one-line-auto-height-breaking’ - places a whole score on a single line and changes the page width to - match, just like ‘ly:one-line-breaking’. The difference is that it - also automatically modifies the height of the page to fit the - height of the music. + • There are two new page breaking functions. ‘ly:one-page-breaking’ + automatically adjusts the height of the page to fit the music, so + that everything fits on one page. + ‘ly:one-line-auto-height-breaking’ is like ‘ly:one-line-breaking’, + placing the music on a single line and adjusting the page width + accordingly, however it also automatically adjusts the page height + to fit the music. • Markup-command ‘\draw-squiggle-line’ is now available. Customizing is possible with overrides of ‘thickness’, ‘angularity’, ‘height’