bug-lilypond
[Top][All Lists]
Advanced

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

Re: ChoirStaff mungs lyrics when the syllables have durations - workarou


From: Graham Percival
Subject: Re: ChoirStaff mungs lyrics when the syllables have durations - workaround
Date: Sat, 08 Dec 2007 18:20:16 -0800
User-agent: Thunderbird 2.0.0.6 (X11/20071022)

Ok. I think this isn't a real bug, then. (at least, I'd like to get the opinion of a developer with a clue about vocal stuff before I add it)

Cheers,
- Graham

Steven McDougall wrote:
% 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 }
    >>
  >>
}




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





reply via email to

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