On Monday 02 February 2004 11.38, Han-Wen Nienhuys wrote:
> [EMAIL PROTECTED] writes:
> > Hi,
> >
> > I'm afraid that the combination ignoreMelismata + melisma[End] is still
> > not enough. Consider the following:
>
> Try this one:
>
>
>       \header
>       {
>       texidoc ="
>
>       By inserting @code{\\skip} statements into lyric lines, one can put less
> lyric syllables to a melody.
>
>       "
>       }
>
>
>       % shorthand for Skip Lyric
>       sl = \notes { \skip 4 }
>
>       \version "2.1.16"
>       \score {
>         <<
>         \context Voice = "A"  \notes  {c4 c c c}
>         \lyricsto "A" \context LyricsVoice=A \lyrics { foo __ \sl \sl bar }
>         \lyricsto "A" \context LyricsVoice=B \lyrics { foo -- \sl baz bar }
>         \lyricsto "A" \context LyricsVoice=C \lyrics { foo -- baz -- baaz bar }
>
>       }

Thanks, but it gives a warning:
/tmp/foo.ly:9:53: warning: unbound spanner `LyricHyphen':
\lyricsto "A" \context LyricsVoice=B \lyrics { foo4 -
                                                     -  \sl baz bar }

and then I get the attached output. The __ is still not output, and I want the 
-- on voice B to go all the way to "baz".

Erik

<<attachment: foo-page1.png>>

_______________________________________________
Bug-lilypond mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to