X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Ftopdocs%2FNEWS.tely;h=c8ee8888d594526ce74a543ee0c07ec5cfb3ef6b;hb=a7ef972d7e2275c68089db3e0be3fdb19cb7b458;hp=44ab684aca549787efbecc007f0e143bcafaf03a;hpb=ac0622bcb7c091c72a7b7f5e5334ca8bad4dde0c;p=lilypond.git diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index 44ab684aca..c8ee8888d5 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -66,6 +66,69 @@ which scares away people. @end ignore +@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 strokeFingerOrientations = #'(right) % up left down + \set fingeringOrientations = #'(down left up) % up left down + \set stringNumberOrientations = #'(down up left) % (up right down) + +} +@end lilypond + +This feature was sponsored by William Wilson. + +@item By defining a clip region, a cutout EPS file of a number of measures +may be generated from the complete score. Hence, it is no longer +necessary to create separate files to create extracts of (long) +scores. An example is shown in +@file{input/regression/clip-systems.ly}. + +This feature was sponsored by Rick Hansen. + + +@item Lyric texts may include tie symbols by using the @code{~} +symbol, + +@lilypond[relative=1,fragment,ragged-right] + { c4 f2 g4 } + \addlyrics { + o la~oo ah + } +@end lilypond + @item Calculation of note head durations is now softcoded. @lilypond[relative=1,fragment,ragged-right] @@ -74,9 +137,6 @@ which scares away people. c1 c2 c4 c8[ c16 c] @end lilypond - -@c Please insert any new material above this line. -gp - @item Chords can now be partially tied, @lilypond[ragged-right,relative,fragment]