]> git.donarmstrong.com Git - lilypond.git/blobdiff - NEWS.txt
Make lilypond-doc-html Depends on lilypond-doc for its PNG images
[lilypond.git] / NEWS.txt
index ac7ad1d469bac66018b7a3c410c2ef93358bdbc7..fba3cfd23c062203f4aee6f3a0a7108504e08157 100644 (file)
--- 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’