bug-lilypond
[Top][All Lists]
Advanced

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

Issue 532 in lilypond: can't set durations of syllables in ChoirStaff


From: codesite-noreply
Subject: Issue 532 in lilypond: can't set durations of syllables in ChoirStaff
Date: Mon, 17 Dec 2007 02:37:16 -0800

Issue 532: can't set durations of syllables in ChoirStaff
http://code.google.com/p/lilypond/issues/detail?id=532

New issue report by gpermus:
% can't set durations of each syllable; bug appeared between
% 2.10.11 and 2.10.12.
% upper staff must remain for bug to appear

\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 {
       do4 re4 me4
     }
   >>
 >>
}


Attachments:
        foo.preview.png  3.2 KB


Issue attributes:
        Status: Accepted
        Owner: gpermus
        Labels: Type-Defect Priority-Regression

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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