]> git.donarmstrong.com Git - lilypond.git/commitdiff
(Top): add new feature.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 11 Oct 2006 23:21:31 +0000 (23:21 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 11 Oct 2006 23:21:31 +0000 (23:21 +0000)
ChangeLog
Documentation/topdocs/NEWS.tely

index cc035348b868bcb2e016174b1ed7a5cbfa06d9aa..4d60d3ac4443b7355826f9d6763ec4366281eb6a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2006-10-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
+       * 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
index 44ab684aca549787efbecc007f0e143bcafaf03a..4800bde69b8c5cfe490dcfa8071f0600e019d97f 100644 (file)
@@ -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]