Kieren MacMillan wrote:
Hi Stefan,
I can't manage to get a tie from a single note into a multi-voice
section, like this:
c~
<< { c ... } \\ { ... } >>
Is there any solution for this case?
Yes: explicitly instantiate your Voice contexts:
c ~ << { \voiceOne c ... } \new Voice { \voiceTwo ... } >> \oneVoice …
switching \voiceOne and \voiceTwo if necessary.
HTH!
Kieren.
To my considerable delight, this solved a problem I was having with a
choral work I'd imported from midi. It consists of a solo line with
parts, S/A staff, T/B staff and 3 (!) piano lines. The problem was that
the vocal lines came over in chord form: < d' g' > 2 which is awkward
when the two voices have different rhythms. The explicit instantiation
of \voiceTwo makes it easy.
Many thanks, Kieren!
Colin
-=-=-
... Blessed is the man who, having nothing to say, refrains from giving
wordy evidence of the fact.
- George Eliot, author (1819 - 1880)
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user