Hi,

The following code is a modification of the associatedVoice Example (section
7.3.7.3 Doku) In version 2.8.8 all syllables are assigned to the right note
but version 2.10.11 skips one note after returning from Voice =
"alternative".

Georg

<<
  \relative \new Voice = "lahlah" {
    \set Staff.autoBeaming = ##f
    c4
    <<
      \new Voice = "alternative" {
        \voiceOne
        \override NoteColumn #'force-hshift = #-3
        a'8 a
      }
      {
        \voiceTwo \tiny
        f8 f
        \oneVoice
      } >>
    a8( b) c
  }
  \new Lyrics \lyricsto "lahlah" {
    one  one  one one one
  }
  \new Lyrics \lyricsto "lahlah" {
    \set associatedVoice = alternative
    two  two
    \set associatedVoice = lahlah
    two this -- one
  } 
>>



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

Reply via email to