2008/8/4 Mats Bengtsson <[EMAIL PROTECTED]>: > 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
lyrics-new-lyrics.ly
Description: Binary data
<<attachment: lyrics-new-lyrics.preview.png>>
_______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond