]> git.donarmstrong.com Git - lilypond.git/commitdiff
Docs: NR 2.1.5 Stanzas: Fix ignoreMelismata
authorTrevor Daniels <t.daniels@treda.co.uk>
Tue, 25 Nov 2008 08:35:40 +0000 (08:35 +0000)
committerTrevor Daniels <t.daniels@treda.co.uk>
Tue, 25 Nov 2008 08:36:06 +0000 (08:36 +0000)
 - remove need to place ignoreMelismata one syllable
   early - this is no longer necessary

Documentation/user/vocal.itely

index 16274e366be5025d2f6724f2b23129f673ff1d09..2bc1162550bb866ff63ebafa9db8de35587005e2 100644 (file)
@@ -1090,9 +1090,6 @@ multiple syllables in another one.  One solution is to make the faster
 voice ignore the melisma.  This is done by setting
 @code{ignoreMelismata} in the Lyrics context.
 
-There is one tricky aspect: the setting for @code{ignoreMelismata}
-must be set one syllable @emph{before} the non-melismatic syllable
-in the text, as shown here,
 
 @c  TODO: breaks compile
 @c seems to be fixed, does not break compile anymore --FV
@@ -1109,8 +1106,9 @@ in the text, as shown here,
     more slow -- ly
   }
   \new Lyrics \lyricsto "lahlah" {
-    \set ignoreMelismata = ##t % applies to "fas"
-    go fas -- ter
+    go
+    \set ignoreMelismata = ##t
+    fas -- ter
     \unset ignoreMelismata
     still
   }
@@ -1118,10 +1116,6 @@ in the text, as shown here,
 @end lilypond
 
 
-The @code{ignoreMelismata} applies to the syllable @q{fas}, so it
-should be entered before @q{go}.
-
-
 @subsubheading Switching to an alternative melody
 
 More complex variations in text underlay are possible.  It is possible