bug-lilypond
[Top][All Lists]
Advanced

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

limitation with ignoreMelismata?


From: Han-Wen Nienhuys
Subject: limitation with ignoreMelismata?
Date: Mon, 2 Feb 2004 11:38:02 +0100

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


> 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   |   address@hidden   |   http://www.xs4all.nl/~hanwen 





reply via email to

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