From: gpercival Date: Sun, 23 Apr 2006 10:23:17 +0000 (+0000) Subject: Fix \new instead of \context problem. X-Git-Tag: release/2.8.2~9^2~79 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6ccbc68ae1558741e06cf1b9b0c5c9bf3b988d20;p=lilypond.git Fix \new instead of \context problem. --- diff --git a/ChangeLog b/ChangeLog index 2f1c086e40..3990848929 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-04-23 Graham Percival + + * Documentation/user/instrument-notation.itely: fix \new + instead of \context problem. + 2006-04-22 Han-Wen Nienhuys * lily/relocate.cc (expand_environment_variables): new function. diff --git a/Documentation/user/instrument-notation.itely b/Documentation/user/instrument-notation.itely index 8b0aae3768..cbe1f78b4e 100644 --- a/Documentation/user/instrument-notation.itely +++ b/Documentation/user/instrument-notation.itely @@ -1359,7 +1359,7 @@ section. \new Lyrics = "mainlyrics" \lyricsto melody \lyricmode { do mi sol mi do la si do } - \new Lyrics = "mainlyrics" \lyricsto verse \lyricmode { + \context Lyrics = "mainlyrics" \lyricsto verse \lyricmode { do re mi fa sol } \new Lyrics = "repeatlyrics" \lyricsto verse \lyricmode { dodo rere mimi fafa solsol }