From: Han-Wen Nienhuys Date: Fri, 7 Oct 2005 10:53:15 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.7.12~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0063eb0c84aad51548e1b0abb926aef1d3c9e5a4;p=lilypond.git *** empty log message *** --- diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index 4d228c6d21..fdef094397 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -46,7 +46,26 @@ This document is also available in @uref{NEWS.pdf,PDF}. @itemize @bullet @item -Support for figured bass has been rewritten. Now it supports continuation lines. +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] <<