bug-lilypond
[Top][All Lists]
Advanced

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

wrong alignment when repeating music with different text on one line


From: -Eluze
Subject: wrong alignment when repeating music with different text on one line
Date: Mon, 10 Oct 2011 03:06:16 -0700 (PDT)

with the following code - derived from the example in NR under Lyrics and
Repeats - the text of the 2nd lyric voice is not correctly aligned.

this seems to happen when such repeats occur on the same line/system only.

Eluze

<<
  \new Staff {
    \new Voice = "singleVoice" {
      \relative c'' {
        \repeat unfold 2 {
          a1
          \repeat volta 2 { b }
  } } } }
  \new Lyrics \lyricsto "singleVoice" {
    \repeat unfold 2 {
      one
      <<
        { one }
        \new Lyrics = "2" { \set associatedVoice = "singleVoice" two }
      >>
  } }
>>

http://old.nabble.com/file/p32622828/test2.png 


-- 
View this message in context: 
http://old.nabble.com/wrong-alignment-when-repeating-music-with-different-text-on-one-line-tp32622828p32622828.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]