]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/user/notation.itely (Setting simple songs):
authormatsb <matsb>
Wed, 5 Jan 2005 12:20:16 +0000 (12:20 +0000)
committermatsb <matsb>
Wed, 5 Jan 2005 12:20:16 +0000 (12:20 +0000)
Correct several errors in the equivalent formulation of
\addlyrics.

ChangeLog
Documentation/user/notation.itely

index 2c46f452246df7577465fc70750a6b569ed446e2..6bb723f1f30bc2ae1cafa9599ca03c919f41e687 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-01-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * Documentation/user/notation.itely (Setting simple songs):
+       Correct several errors in the equivalent formulation of
+       \addlyrics. 
+
 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * scm/lily.scm (completize-formats): new function
index b364c462cb0b3f48a753db4d00306ea0be0f8fd8..acaf2efe4c1ddeec4ff9bc7a413e46d4253cd64a 100644 (file)
@@ -3775,7 +3775,7 @@ is the same as
 
 @example
 \context Voice = blah @{ music @}
-\lyricsto "blah" \lyricsmode \new lyrics @{ LYRICS @}
+\lyricsto "blah" \new lyrics \lyricmode @{ LYRICS @}
 @end example