]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix \new instead of \context problem.
authorGraham Percival <graham@percival-music.ca>
Sun, 23 Apr 2006 10:23:17 +0000 (10:23 +0000)
committerGraham Percival <graham@percival-music.ca>
Sun, 23 Apr 2006 10:23:17 +0000 (10:23 +0000)
ChangeLog
Documentation/user/instrument-notation.itely

index 2f1c086e407e5429e37a5a9361b7ff3e84212df0..39908489294682833d78d423ad67ed3c5cad945e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-23  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/instrument-notation.itely: fix \new
+       instead of \context problem.
+
 2006-04-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * lily/relocate.cc (expand_environment_variables): new function.
index 8b0aae3768b27a19dd2f91b498f2983826b1af6c..cbe1f78b4e7d9d66ff0fcf8455811f9f9e9ef19e 100644 (file)
@@ -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 }