[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 }
          >>
        }


> As a small bonus, I found a manual typo:
> html/input/regression/out-www/collated-files.html#lyric-combine-new.ly
> says "With the newaddlyrics mechanism, ...". "newaddlyrics" should be 
> "lyricsto", right?

fixed.


-- 

 Han-Wen Nienhuys   |   [EMAIL PROTECTED]   |   http://www.xs4all.nl/~hanwen 



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

Reply via email to