bug-lilypond
[Top][All Lists]
Advanced

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

associatedVoice


From: Georg Dummer
Subject: associatedVoice
Date: Mon, 15 Jan 2007 11:54:15 +0100

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
  } 
>>





reply via email to

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