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
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond