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


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

Reply via email to