Francisco Vila wrote:
> 
> 2011/10/17 -Eluze <elu...@gmail.com>:
>> yes - but the problem is when they are on the same line!
>>
>> here is a solution to the problem you mention above. it obviously
>> prevents
>> the lyrics contexts to die:
>>
>> \score {
>>  <<
>>    \new Staff \music
>>    \new Lyrics = "line1"
>>    \new Lyrics = "line2"
>>    \context Lyrics = "line2" \lyricsto "fork" \forklyricsTwo
>>    \context Lyrics = "line1" \lyricsto "main" \mainlyrics
>>    \context Lyrics = "line1" \lyricsto "fork" \forklyricsOne
>>  >>
>> }
>>
> 

sorry - i barked up the wrong tree!

the only thing that matters in this example is to define the lyrics contexts
with a name:

using 

<<
  \new Staff \music 
  \context Lyrics = "line1" \lyricsto "main" \mainlyrics
  \context Lyrics = "line1" \lyricsto "fork" \forklyricsOne
  \context Lyrics = "line2" \lyricsto "fork" \forklyricsTwo
>>

is good enough to keep the lyrics on one line (without the 2 dummy \new
Lyrics lines)!

Eluze
-- 
View this message in context: 
http://old.nabble.com/wrong-alignment-when-repeating-music-with-different-text-on-one-line-tp32622828p32702566.html
Sent from the Gnu - Lilypond - Bugs mailing list archive at Nabble.com.


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to