bug-lilypond
[Top][All Lists]
Advanced

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

Issue 329 in project lilypond


From: codesite-noreply
Subject: Issue 329 in project lilypond
Date: Fri, 02 Mar 2007 23:49:29 -0800

Issue 329: lyrics messed up when assigned to voices with different rhythms
http://code.google.com/p/lilypond/issues/detail?id=329

New issue report by gpermus:
% on the second staff, `one' and `two' are printed on top of each other.

\version "2.10.20"
words = \lyrics{
 one two
}

<<
  \new Voice = "sop" { c1 }
  \new Lyrics \lyricsto "sop" { \words }
  \new Voice = "alt" { c2 c }
  \new Lyrics \lyricsto "alt" { \words }
>>


Attachments:
        foo.preview.png  4.5 KB 


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

-- 
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]