bug-lilypond
[Top][All Lists]
Advanced

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

ChoirStaff mungs lyrics when the syllables have durations - workaround


From: Steven McDougall
Subject: ChoirStaff mungs lyrics when the syllables have durations - workaround
Date: Sat, 8 Dec 2007 23:08:34 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

% ChoirStaff mungs lyrics when the syllables have durations.

> I'm not top posting.

% ChoirStaff mungs lyrics when the syllables have durations.

% You can get around this problem with \set associated voice.

\version "2.10.33"
\layout { ragged-right = ##t }

sopranonotes = \relative c' { e2  e4  }
sopranowords = \lyricmode   { do2 re4 }

altonotes    = \relative c' { e4  e4  e4  }

\score
{
  \context ChoirStaff
  <<
    \context Staff = soprano
    <<
      \context Voice = sop { \sopranonotes }
      \new Lyrics \sopranowords
    >>
    \context Staff = alto
    <<
      \context Voice = alt { \altonotes }
      \new Lyrics \lyricmode 
      { 
        \set associatedVoice = #"alt"
        do4 re4 me4 
      }
    >>
  >>
}






reply via email to

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