bug-lilypond
[Top][All Lists]
Advanced

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

Re: Strange bug with \addlyrics


From: Francisco Vila
Subject: Re: Strange bug with \addlyrics
Date: Fri, 7 Aug 2009 11:08:26 +0200

>
2009/8/7 Benjamin Kwong <address@hidden>:
> The following produces weird behavior with the use of \addlyrics over 
> barlines.
>
> \version "2.13.3"
>
> \relative c' { << { { a4 a a a | a } \addlyrics { a a a a } d d d | f f f f } 
> \\
> { c,1 c c } >> }
>
> \relative c' { << { { a4 a a a | a } \addlyrics { a a a a a } d d d | f f f f 
> }
> \\ { c,1 c c } >> }

with
  \addlyrics { a8 a a a a }
we see that the subsequent 'd d d' inherit the rhythms of the lyrics.
So maybe addlyrics is not well intended to be inside a polyphonic
construct like this.

Putting the lyrics outside they behave well.

<<
\relative c' { << { \new Voice="one" { a4 a a a | a }  d d d | f f f f }
\\ { c,1 c c } >> }

\new Lyrics \lyricsto "one" \lyricmode { a a a a a }
>>

-- 
Francisco Vila. Badajoz (Spain)
www.paconet.org
www.csmbadajoz.com




reply via email to

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