]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/NEWS.tely
stringFingerOrientations ->
[lilypond.git] / Documentation / topdocs / NEWS.tely
index 276d7363366755706393341ee41d2257b879e580..b85b736bff3e817a4c65e21f81d969c773c48763 100644 (file)
@@ -66,6 +66,40 @@ which scares away people.
 
 @end ignore
 
+@item Guitar right hand fingerings may
+now also be added,
+
+@lilypond[fragment,relative=1,ragged-right]
+\relative 
+{
+  \set stringFingerOrientations = #'(right) % up left down
+  \set fingeringOrientations = #'(down left up) % up left down
+  \set stringNumberOrientations = #'(down up left) % (up right down)
+  <c-1\4
+   -\rightHandFinger #1
+   e-2\5
+   -\rightHandFinger #2
+   g-3\6
+   -\rightHandFinger #3
+   >
+}
+@end lilypond
+
+This feature was sponsored by William Wilson.
+
+@ignore
+hint for GP:
+
+- grob StringFinger
+
+- event StringFingerEvent,
+
+- texts can be tuned with StringFinger #'digit-names property.
+
+- recommend use of identifiers in practice, eg. rhf = rightHandFinger
+
+@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)
@@ -81,10 +115,10 @@ symbol,
 @lilypond[relative=1,fragment,ragged-right]
   { c4 f2 g4 }
   \addlyrics {
-    o la~la la
+    o la~oo ah
   } 
 @end lilypond
-
+8
 @item Calculation of note head durations is now softcoded. 
 
 @lilypond[relative=1,fragment,ragged-right]