]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/NEWS.tely
stringFingerOrientations ->
[lilypond.git] / Documentation / topdocs / NEWS.tely
index 838ad2f98b51c5b5338fdf7aba3c2cfbd4381981..b85b736bff3e817a4c65e21f81d969c773c48763 100644 (file)
@@ -66,7 +66,71 @@ which scares away people.
 
 @end ignore
 
-@item Ties may be specified for individual chord notes,
+@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)
+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
+8
+@item Calculation of note head durations is now softcoded. 
+
+@lilypond[relative=1,fragment,ragged-right]
+  %% use half heads for whole notes.
+  \override NoteHead #'duration-log = 1                                         
+  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]
 <c~ e g~ b>  <c e g b>
@@ -76,7 +140,7 @@ This feature was sponsored by Steve Doonan.
 
 @item Lyric extenders now have tunable padding.
 
-This feature was sponsored by David Griffel
+This feature was sponsored by David Griffel.
 
 @item
 Instrument changes are better supported: names in the margin can be
@@ -94,7 +158,7 @@ c4 \bar "dashed" c4
 This feature was sponsored by Kieren MacMillan.
 
 @item
-Grace notes maybe forced to use floating spacing, 
+Grace notes may be forced to use floating spacing, 
 
 @lilypond[relative=2,ragged-right]
 <<