]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/NEWS.tely
* scm/lily.scm (define-scheme-options): add paper-size option.
[lilypond.git] / Documentation / topdocs / NEWS.tely
index b91fed2ee0b48e3477a79f392bdccf1d992f2b2b..ab905d0179784d736cc01c39560a35bea493c1e7 100644 (file)
@@ -45,6 +45,43 @@ This document is also available in @uref{NEWS.pdf,PDF}.
 
 
 @itemize @bullet
+@item
+The default paper size may now be set from the command line using
+@code{-dpaper-size}.
+
+@item
+Beamlets may stick out of the side of beams.
+
+
+@lilypond[fragment,raggedright,relative=2]
+{
+  \override Beam #'break-overshoot = #'(-0.5 . 0.5) 
+  \set stemLeftBeamCount = #2
+  c8[
+    c16
+    \set stemRightBeamCount = #3
+    c ]  
+}
+@end lilypond
+
+This feature was sponsored by Trevor Bača.
+@item
+Support for figured bass has been rewritten. Now it supports
+continuation lines, and its figures, brackets, and alignments may
+tuned separately.
+
+@lilypond[raggedright,fragment]
+<<
+\relative { c4 c c c }
+\figures {
+  \set useBassFigureExtenders = ##t
+  <6+ 4 3> <6 4 3> <4 3+> 
+} >>
+@end lilypond
+
+This rewrite was sponsored by Trent Johnston.
+
 @item  
 Vertical alignments of staves can now be tuned easily for individual
 systems.