bug-lilypond
[Top][All Lists]
Advanced

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

Issue 329 in lilypond: lyrics messed up when assigned to voices with dif


From: codesite-noreply
Subject: Issue 329 in lilypond: lyrics messed up when assigned to voices with different rhythms
Date: Tue, 29 Jul 2008 17:21:28 -0700

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

Comment #4 by paconet.org:
This now behaves differently. Here is the same example, and another added examples that use lyricmode. With \lyrics the syllables appear left-aligned on their notes,
with \lyricmode the syllables appear centered.

\version "2.11.53"
words = \lyrics{ ly rics }
wordstwo = \lyricmode{ ly ricmode }
<<
 \new Voice = "sop" { c'1 }
 \new Lyrics \lyricsto "sop" { \words }
 \new Voice = "alt" { c'2 c' }
 \new Lyrics \lyricsto "alt" { \words }

 \new Voice = "soptwo" { c'1 }
 \new Lyrics \lyricsto "soptwo" { \wordstwo }
 \new Voice = "alttwo" { c'2 c' }
 \new Lyrics \lyricsto "alttwo" { \wordstwo }


My questions are,
what is \lyrics used for?
does it create a new context, or not?
is \lyrics deprecated?
is the comment #2 still valid, ie does "the original "\new Lyrics" remains empty"?

anyway, the issue is either fixed or easily workaroundable.


Attachments:
        notabug.preview.png  5.9 KB



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