]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/user/notation.itely (Setting simple songs):
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Wed, 5 Jan 2005 12:18:15 +0000 (12:18 +0000)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Wed, 5 Jan 2005 12:18:15 +0000 (12:18 +0000)
Correct several errors in the equivalent formulation of
\addlyrics.

ChangeLog
Documentation/user/notation.itely

index 547ee175c6c681d48178018914fdcacd5ee18e68..f83db6d10261405704699047bd70779c23bdbd07 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. 
+
 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * Documentation/user/changing-defaults.itely: Fix internalsrefs
index 576cb33ebbbdb50e8ccf2c4ea50cce072bbb308f..3b05fc9ec9be48a2005c587fff044f15f13f28d2 100644 (file)
@@ -3742,7 +3742,7 @@ is the same as
 
 @example
 \context Voice = blah @{ music @}
-\lyricsto "blah" \lyricsmode \new lyrics @{ LYRICS @}
+\lyricsto "blah" \new lyrics  \lyricmode @{ LYRICS @}
 @end example