bug-lilypond
[Top][All Lists]
Advanced

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

Issue 760 in lilypond: Feature request: polyphony shortcut could be bett


From: codesite-noreply
Subject: Issue 760 in lilypond: Feature request: polyphony shortcut could be better
Date: Fri, 06 Mar 2009 12:52:55 +0000


Comment #1 on issue 760 by v.villenave: Feature request: polyphony shortcut could be better
http://code.google.com/p/lilypond/issues/detail?id=760

Here's an example from James involving lyrics and voice names. I'm not sure how this
could be handled automatically though.

\version "2.12.2"
musOne = \context Voice = upperOne \relative f' { f4 <<{g a}\\{e d}>>f }
musTwo = \context Voice = upperTwo \relative f' { f4 <<{\voiceOne g a}\context Voice
= lowerTwo {\voiceTwo e d}>>\oneVoice f }
lyr = \lyricmode { This text splits here. }

\score {
       <<
               \new Staff \musOne
               \new Lyrics \lyricsto upperOne \lyr
       >>
}
\score {
       <<
               \new Staff \musTwo
               \new Lyrics \lyricsto upperTwo \lyr
       >>
}

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