bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: limitation with ignoreMelismata?


From: Erik Sandberg
Subject: Re: limitation with ignoreMelismata?
Date: Mon, 2 Feb 2004 12:14:08 +0100
User-agent: KMail/1.5.4

On Monday 02 February 2004 11.38, Han-Wen Nienhuys wrote:
> address@hidden 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
Description: PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]