This is more or less the same feature request as
http://lists.gnu.org/archive/html/lilypond-user/2006-12/msg00841.html
and
http://lists.gnu.org/archive/html/lilypond-user/2006-12/msg00842.html
/Mats
Werner LEMBERG wrote:
How can I pass a slur from one voice to another one?
Look at this example, something which happens quite often in piano or
organ music:
\relative c'' {
<< { <c_~ g'~>1 | <c_~ g'~>1 | <c g'>1 } \\
{ d16 e8. ~ e2. ~ | \stemUp e1 ~ | e1 } >>
}
Starting with the second bar I would like to handle the middle note
together with the other ones -- first, it's much more natural to
input, and second, more importantly, lilypond would then handle ties
correctly, avoiding collisions with other notes of the chords.
With other words, I would like to have something like this (assuming
that the upper voice is called `1', and the lower one `2'):
\relative c'' {
<< { <c_~ g'~>1 } \\
{ d16 e8. ~ e2. ~ } >> |
\tiesFrom #'("1" "2") <c e g>1 ~ |
<c e g>1 |
}
I'm not aware of a solution to the tie problem except manual tweaking
of the slur, which is extremely sensitive to reformatting (just think
of slurs broken across staves).
Werner
------------------------------------------------------------------------
------------------------------------------------------------------------
_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel
--
=============================================
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44 STOCKHOLM
Sweden
Phone: (+46) 8 790 8463
Fax: (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=============================================
_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel