lilypond-user
[Top][All Lists]
Advanced

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

Re: Difference Between \lyricsto and associatedVoice With Melody Rhythm


From: David Kastrup
Subject: Re: Difference Between \lyricsto and associatedVoice With Melody Rhythm
Date: Thu, 03 Nov 2011 22:50:22 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux)

Matthew Collett <address@hidden> writes:

> For a variant on the \lyricsto wierdness: 
>
> \new Staff {
>       \new Voice = "unsung" \relative {
>               a'1
>               <<
>               \new Voice = "sung" {
>               b4. b8 b4. b8
>               }
>               \new Lyrics \lyricsto "sung" { A B C D }
>               >>
>               e1 f1
>       }
> }
>
> The last two notes now do appear, but wrongly spaced.

My guess would be that when the inner contexts disappear, a
corresponding iterator gets rewired and then typesets the e1 as lyrics
to the f1 (or vice versa).  Of course, it needs to move it for that.

Worth a bug report.

-- 
David Kastrup




reply via email to

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