lilypond-user
[Top][All Lists]
Advanced

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

Again associatedVoice in 2.10.10


From: Georg Dummer
Subject: Again associatedVoice in 2.10.10
Date: Mon, 8 Jan 2007 18:37:30 +0100

Hi all,

Again I couldn't figure out how to cope with "associatedVoice".
Why is the syllable "sau" aligned to 'c' and not to 'a'?

Thank you 
Georg

<<
  \relative \new Voice = "lahlah" {
    \set Staff.autoBeaming = ##f
    c4
    <<
      \new Voice = "alternative" {
        \voiceOne
          % show associations clearly.
          \override NoteColumn #'force-hshift = #-3
          g'8 g16
      }
      {
        \voiceTwo
        r8 g16
        \oneVoice
      } >>
    a8( b) c
  }
  \new Lyrics \lyricsto "lahlah" {
    Ju -- ras -- sic Park
  }
  \new Lyrics \lyricsto "lahlah" {
    % Tricky: need to set associatedVoice
    % one syllable too soon!
    \set associatedVoice = alternative % applies to "ran"
    Ty --  ran --
    \set associatedVoice = lahlah % applies to "sau" but too late
    no --  sau -- rus Rex
  } >>





reply via email to

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