X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Ftopdocs%2FNEWS.tely;h=ab905d0179784d736cc01c39560a35bea493c1e7;hb=5815dfd8c5f049dba375d2961916448d6f1c40b0;hp=c902799d1c97d26ab36e05cbd5678a5fc8bdfae0;hpb=501b19f070cbf3d3b147ce2aeba3cf6120cb22c1;p=lilypond.git diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index c902799d1c..ab905d0179 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -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. @@ -54,9 +91,7 @@ systems. \relative c'' << \new PianoStaff << \new Voice { - \set PianoStaff.instrument = #"piano" - \set PianoStaff.instr = #"pn" - c1_"normal" + c1 \overrideProperty #"Score.NonMusicalPaperColumn"