bug-lilypond
[Top][All Lists]
Advanced

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

Re: \lyricsto ruins sequential lyrics


From: David Kastrup
Subject: Re: \lyricsto ruins sequential lyrics
Date: Sat, 02 Sep 2017 20:56:14 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Dan Eble <address@hidden> writes:

> %% It is puzzling that none of cases 2-4 produces the same output as
> %% case 1.  I could not find any known issue in the NR that would
> %% explain this.
> %%
> %% Case 2 is extra puzzling because Lilypond warns that the syllables
> %% in { Cc2 Dd } are simultaneous.
> \version "2.18.0"
>
> music = \relative c'' { c2 c c c }
>
> <<
>   \context Voice = "1" \music
>   {
>     \new Lyrics \lyricmode { Aa2 Bb }
>     \new Lyrics \lyricmode { Cc2 Dd }
>   }
>>>
>
> <<
>   \context Voice = "2" \music
>   {
>     \new Lyrics \lyricsto "2" { Aa Bb }
>     \new Lyrics \lyricmode { Cc2 Dd }
>   }
>>>
>
> <<
>   \context Voice = "3" \music
>   {
>     \new Lyrics \lyricmode { Aa2 Bb }
>     \new Lyrics \lyricsto "3" { Cc Dd }
>   }
>>>
>
> <<
>   \context Voice = "4" \music
>   {
>     \new Lyrics \lyricsto "4" { Aa Bb }
>     \new Lyrics \lyricsto "4" { Cc Dd }
>   }
>>>

What are you trying to do?  Putting different lyrics in sequence to each
other does not make a lot of sense, and a \lyricsto-governed context in
particular has no well-defined ending where another context could
follow.

-- 
David Kastrup



reply via email to

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