]> git.donarmstrong.com Git - lilypond.git/commitdiff
Substitute Lyrics/LyricsVoice.
authorjanneke <janneke>
Thu, 12 Feb 2004 17:47:07 +0000 (17:47 +0000)
committerjanneke <janneke>
Thu, 12 Feb 2004 17:47:07 +0000 (17:47 +0000)
ChangeLog
Documentation/topdocs/NEWS.texi

index fef48b1af703c8d1064dbd98203a1a8343cf6725..7ca93ea57c453b1d91c09123c592b595124a289e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
+
        * scripts/lilypond-book.py (snippet_res): @include filename must
        not be empty.
 
index 10987a00197ebfa6c756af8dd1e50bdb1ef187a7..303a9fd1dcebdd73417feac2a4d6c956855cead2 100644 (file)
@@ -36,8 +36,8 @@ running convert-ly on the lilypond snippets like so:
 @end example
 @end ignore
 
-@item The @code{Lyrics} context has been removed. Lyrics should only
-be constructed in @code{LyricsVoice}.
+@item The @code{LyricsVoice} context has been removed. Lyrics should only
+be constructed in @code{Lyrics}.
 
 @item The @code{Thread} context has been removed. Note heads and rests
 are now constructed at @code{Voice} level.