From: Han-Wen Nienhuys Date: Wed, 11 Oct 2006 23:21:31 +0000 (+0000) Subject: (Top): add new feature. X-Git-Tag: release/2.10.0-2~199 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7ad5c55bcb4f13327853e4c62af63eb6ab61d45b;p=lilypond.git (Top): add new feature. --- diff --git a/ChangeLog b/ChangeLog index cc035348b8..4d60d3ac44 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-10-12 Han-Wen Nienhuys + * Documentation/topdocs/NEWS.tely (Top): add new feature. + * lily/general-scheme.cc (LY_DEFINE): elucidate docstring. * scm/define-markup-commands.scm (tied-lyric): new function: split diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index 44ab684aca..4800bde69b 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -66,6 +66,16 @@ which scares away people. @end ignore +@item Lyric texts may include tie symbols by using the @code{~} +symbol, + +@lilypond[relative=1,fragment,ragged-right] + { c4 f2 g4 } + \addlyrics { + o la~la la + } +@end lilypond + @item Calculation of note head durations is now softcoded. @lilypond[relative=1,fragment,ragged-right]