bug-lilypond
[Top][All Lists]
Advanced

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

ChoirStaff mungs lyrics


From: Steven McDougall
Subject: ChoirStaff mungs lyrics
Date: Sat, 8 Dec 2007 22:43:49 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> I'm not top posting.

% ChoirStaff mungs lyrics when the syllables have durations.

% You can avoid this problem with \lyricsto, but I can't use \lyricsto,
% because I have notes that are melismas in some verses and not others.

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

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

altonotes    = \relative c' { e4  e4  e4  }
altowords    = \lyricmode   { do4 re4 me4 }

\score
{
  \context ChoirStaff
  <<
    \context Staff = soprano
    <<
      \context Voice = sop { \sopranonotes }
      \new Lyrics \sopranowords
    >>
    \context Staff = alto
    <<
      \context Voice = alt { \altonotes }
      \new Lyrics \altowords
    >>
  >>
}






reply via email to

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