Comment #9 on issue 2411 by thomasmo...@gmail.com: Slurs between different voices
http://code.google.com/p/lilypond/issues/detail?id=2411
I hoped I could use it like: \relative c'' { \new Staff << \new Voice { \voiceOne e2 b2 \id "B" ) | } \new Voice = "B" { \voiceTwo e,2( e,2 | } } But the output is not as expexted. Well, I can make it work with some ugly trickery: \relative c'' { \new Staff << \new Voice { \voiceOne e2 s2*1/100 b2*99/100 \id "B" ) | } \new Voice = "B" { \voiceTwo s2*1/100 e,2*99/100 ( e,2 | } } But, hmm ... Attachments: cross-staff-slur-test-01.ly 994 bytes cross-staff-slur-test-01.png 3.3 KB _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond