X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Ftopdocs%2FNEWS.tely;h=c8ee8888d594526ce74a543ee0c07ec5cfb3ef6b;hb=c3153e5513e6b0ccdc226fbedd6e886d7df23a25;hp=b4c580b51a14f4caeb21bd4486500240f83f5cd6;hpb=86b59957283317346db4ee5568178fd0bac4adb9;p=lilypond.git diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index b4c580b51a..c8ee8888d5 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -66,13 +66,36 @@ which scares away people. @end ignore -@item Fingerings for plucking finger (the right hand fingerings) may +@item Slurs now avoid clefs and key changes. + +@lilypond[fragment,ragged-right] +\new Staff { \clef bass c^( \clef "G" g') } +@end lilypond + +@item The @code{FretBoards} context will generate guitar frettings +automatically, + +@lilypond[fragment,relative=0,verbatim,ragged-right] +\new FretBoards { } +@end lilypond + +This feature was sponsored by Rick Hansen. + +@item Horizontal and vertical spacing are now done at the same time +so that pages are filled more evenly. + +@item The page breaking algorithm is capable of detecting page turns +and formatting the music accordingly. + +@c Insert any new material above this line. -gp + +@item Guitar right hand fingerings may now also be added, @lilypond[fragment,relative=1,ragged-right] \relative { - \set stringFingerOrientations = #'(right) % up left down + \set strokeFingerOrientations = #'(right) % up left down \set fingeringOrientations = #'(down left up) % up left down \set stringNumberOrientations = #'(down up left) % (up right down)