From: Graham Percival Date: Sun, 23 Apr 2006 10:23:17 +0000 (+0000) Subject: Fix \new instead of \context problem. X-Git-Tag: release/2.9.3~41 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b05d2a2a90c994aced3d12a6abf2a61488a1aa76;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 }