bug-lilypond
[Top][All Lists]
Advanced

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

Re: wrong alignment when repeating music with different text on one line


From: -Eluze
Subject: Re: wrong alignment when repeating music with different text on one line
Date: Sat, 22 Oct 2011 12:09:15 -0700 (PDT)


Francisco Vila wrote:
> 
> 2011/10/17 -Eluze <address@hidden>:
>> 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.




reply via email to

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