lilypond-user
[Top][All Lists]
Advanced

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

Re: Partial Lyrics Cause Unwanted Combining


From: David Kastrup
Subject: Re: Partial Lyrics Cause Unwanted Combining
Date: Sun, 19 Feb 2012 20:18:26 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)

Marteno MINIĤ <address@hidden> writes:

> ... it has the same effect as before (i.e. notes "e" and "g" wrongly
> put on the top of each other).
>
> If I do this...
>
> ---------------snippet2-starts-----
>     \new Staff { \clef bass
>
>            \new Voice \relative c { c4 c  }
>            {
>              <<
>                  \new Voice = "pabadaba" \relative g { g8
>                       f e d  s1*0 }
>                  \new Lyrics \lyricsto "pabadaba" { pa
>                     ba da ba }
>              >>
> ---------------snippet2-ends------

No, the snippet doesn't end yet.  After adding all the missing braces
and removing the non-breakable spaces, however...  I actually used
\lyricsto "pabadaba" \lyrics { ... instead of \new Lyrics in a first
attempt to change things which did nothing but in connection with the
s1*0 (you can also just append 1*0 to the first pa) it worked.  So I did
not suspect that my first ineffective change was also necessary.  But it
does not with with any nonzero duration.  Apparently the lyrics context
has to _end_ before the associated lyrics even start for real.  Totally
broken.

-- 
David Kastrup




reply via email to

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