bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 329 in lilypond: lyrics messed up when assigned to voices with


From: Francisco Vila
Subject: Re: Issue 329 in lilypond: lyrics messed up when assigned to voices with different rhythms
Date: Mon, 4 Aug 2008 16:30:50 +0200

2008/8/4 Mats Bengtsson <address@hidden>:
> It's a bit funny that the \lyricsto command still manages to set the
> durations correctly for the syllables, but fails to set the associated
> voice.

Sure? see case #4
 \new Lyrics  \lyricsto v { \textNodurations } % correct: durations not needed

>  Probably this setting is done in the context you create with \new
> Lyrics, not the one created by \lyrics, since the following modification of
> your example gives the desired centered alignment:
>
> \version "2.11.53"
> words = \lyrics{ \set associatedVoice = "alt" ly rics }

Durations needed...

> wordstwo = \lyricmode{ ly ricmode }
> <<
> \new Voice = "sop" { c'1 }
> \new Lyrics \lyricsto "sop" { \words }
> \new Voice = "alt" { c'2 c' }
> \new Lyrics \lyricsto "alt" { \words }

... unless lyricsto exists

Tell me if you think this pasted example summarizes all. Correct cases
finally are # 3, 4, and 9, i e

 \new Lyrics  \lyricsto v { \textDurations }   % correct
 \new Lyrics  \lyricsto v { \textNodurations } % correct: durations not needed
 \lyrics { \set associatedVoice = v \textDurations }   % correct

-- 
Francisco Vila. Badajoz (Spain)
http://www.paconet.org

Attachment: lyrics-new-lyrics.ly
Description: Binary data

Attachment: lyrics-new-lyrics.preview.png
Description: PNG image


reply via email to

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