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

2008-08-15 Thread Mats Bengtsson
Francisco Vila wrote: Now my own abstract: --- \new Lyrics \lyricsto v { \textNodurations } is the only secure way to align lyrics to a voice, and durations are superfluous Yes, \lyricsto (and \addlyrics for simple cases) are the main methods described in the manual and the main

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

2008-08-15 Thread Francisco Vila
2008/8/15 Mats Bengtsson [EMAIL PROTECTED]: Francisco Vila wrote: Now my own abstract: --- \new Lyrics \lyricsto v { \textNodurations } is the only secure way to align lyrics to a voice, and durations are superfluous Yes, \lyricsto (and \addlyrics for simple cases) are the main

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

2008-08-15 Thread Mats Bengtsson
Francisco Vila wrote: Then, you are saying that in my example \lyrics { \set associatedVoice = v \textDurations } % correct \lyrics { \set associatedVoice = v \textNodurations } % wrong: durations needed, issues warning the wrong case is rather wrong implicit durations assumed, and

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

2008-08-15 Thread Francisco Vila
2008/8/15 Mats Bengtsson [EMAIL PROTECTED]: Francisco Vila wrote: Then, you are saying that in my example \lyrics { \set associatedVoice = v \textDurations } % correct \lyrics { \set associatedVoice = v \textNodurations } % wrong: durations needed, issues warning the wrong case is

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

2008-08-15 Thread Valentin Villenave
2008/8/15 Mats Bengtsson [EMAIL PROTECTED]: The warning formulation is perhaps a bit misleading, since for example you don't get any such warning in the following case, even though the result is far from perfect, to say the least. OK, so, is that what I should add to the tracker? A request

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

2008-08-14 Thread Valentin Villenave
2008/8/4 Francisco Vila [EMAIL PROTECTED]: so \lyrics alone without \lyricsto or explicit \set associatedVoice never works, even in this case durations are needed, I'd not recommend to use \lyrics, it seems to be a bit useless. (taking a deep breath) ... I think I got lost somewhere in

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

2008-08-14 Thread Francisco Vila
2008/8/14 Valentin Villenave [EMAIL PROTECTED]: 2008/8/4 Francisco Vila [EMAIL PROTECTED]: so \lyrics alone without \lyricsto or explicit \set associatedVoice never works, even in this case durations are needed, I'd not recommend to use \lyrics, it seems to be a bit useless. (taking a deep

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

2008-08-04 Thread Mats Bengtsson
\lyrics is (more or less exactly) a short form for \new Lyrics \lyricmode (There are similar commands \chords, \figures, \drums and \notes that all are more or less undocumented, see http://lists.gnu.org/archive/html/lilypond-devel/2006-04/msg00332.html) The following example illustrates more

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

2008-08-04 Thread Francisco Vila
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

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

2008-08-04 Thread Francisco Vila
2008/8/4 Francisco Vila [EMAIL PROTECTED]: 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 {

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

2008-07-29 Thread codesite-noreply
Issue 329: lyrics messed up when assigned to voices with different rhythms http://code.google.com/p/lilypond/issues/detail?id=329 Comment #4 by paconet.org: This now behaves differently. Here is the same example, and another added examples that use lyricmode. With \lyrics the syllables appear

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

2007-10-05 Thread codesite-noreply
Issue 329: lyrics messed up when assigned to voices with different rhythms http://code.google.com/p/lilypond/issues/detail?id=329 Comment #3 by gpermus: Again, I don't get it, but I've recorded this for somebody else to doc as part of GDP. Issue attribute updates: Status: Verified

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

2007-09-11 Thread codesite-noreply
Issue 329: lyrics messed up when assigned to voices with different rhythms http://code.google.com/p/lilypond/issues/detail?id=329 Comment #2 by hanwenn: hi, the problem is that \lyricsto will try to connect the sop melody with the context created by \new Lyrics. Then \lyrics in \words creates