From 6ccbc68ae1558741e06cf1b9b0c5c9bf3b988d20 Mon Sep 17 00:00:00 2001 From: gpercival Date: Sun, 23 Apr 2006 10:23:17 +0000 Subject: [PATCH] Fix \new instead of \context problem. --- ChangeLog | 5 +++++ Documentation/user/instrument-notation.itely | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 } -- 2.39.5