From 52ba87cda00e946f52eaacf62a5ef24720e3f924 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 20 Oct 2006 20:57:11 +0000 Subject: [PATCH] * Documentation/topdocs/NEWS.tely (Top): remove TODOs. * Documentation/user/instrument-notation.itely (Entering lyrics): add note about lyric ties and required font. --- ChangeLog | 2 ++ Documentation/topdocs/NEWS.tely | 23 ++++---------------- Documentation/user/instrument-notation.itely | 10 ++++----- 3 files changed, 11 insertions(+), 24 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4a7bcc87a6..feed6f7220 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-10-20 Han-Wen Nienhuys + * Documentation/topdocs/NEWS.tely (Top): remove TODOs. + * Documentation/user/global.itely (File structure): remove \addqoute remark. diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index cb70ab4159..d0c85fcb20 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -66,6 +66,10 @@ which scares away people. @end ignore + + +@c Insert any new material above this line. -gp + @item Guitar right hand fingerings may now also be added, @@ -87,22 +91,6 @@ now also be added, This feature was sponsored by William Wilson. -@ignore -hint for Graham: - -- grob StringFinger - -- event StringFingerEvent, - -- texts can be tuned with StringFinger #'digit-names property. - -- recommend use of identifiers in practice, eg. rhf = rightHandFinger - -Added section on Instrument specific notation. - - -@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) @@ -130,9 +118,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] diff --git a/Documentation/user/instrument-notation.itely b/Documentation/user/instrument-notation.itely index 98cfedf2c7..fcdd263ac7 100644 --- a/Documentation/user/instrument-notation.itely +++ b/Documentation/user/instrument-notation.itely @@ -801,7 +801,7 @@ between syllables, or use tilde symbol (@code{~}) to get a lyric tie. \relative { c2 e4 g2 e4 } \addlyrics { gran- de_a- mi- go } \addlyrics { pu- "ro y ho-" nes- to } -\addlyrics { pu- ro~y~ho- nes- to } +\addlyrics { pu- ro~yho- nes- to } @end lilypond The lyric ties is implemented with the Unicode character U+203F, so be @@ -2150,7 +2150,7 @@ Examples: @inputfileref{input/@/test,fret@/-diagram@/.ly} Right hand fingerings in chords can be entered using @code{@var{note}-\rightHandFinger @var{finger}} -@lilypond[verbatim,fragment] +@lilypond[verbatim,fragment,relative=2] @end lilypond @@ -2172,10 +2172,10 @@ setting @code{strokeFingerOrientations}, @lilypond[quote,verbatim,ragged-right,fragment,relative=1] #(define RH rightHandFinger) { - \set strokeFingerOrientations = #'(left down) - 4 + \set strokeFingerOrientations = #'(up down) + 4 \set strokeFingerOrientations = #'(up right down) - 4 + 4 } @end lilypond -- 2.39.5