]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/NEWS.tely
* scm/define-grobs.scm:
[lilypond.git] / Documentation / topdocs / NEWS.tely
index db90c2441b1c14ab73279d46845547012bc17e83..c8ee8888d594526ce74a543ee0c07ec5cfb3ef6b 100644 (file)
@@ -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 { <d\5 fis a d fis> }
+@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)
   <c-1\4
@@ -87,17 +110,6 @@ now also be added,
 
 This feature was sponsored by William Wilson.
 
-@ignore
-hint for GP:
-
-- grob StringFinger
-
-- event StringFingerEvent,
-
-- texts can be tuned with StringFinger #'digit-names property.
-
-@end ignore 
-
 @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)
@@ -125,9 +137,6 @@ symbol,
   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]