bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 2411 in lilypond: Slurs between different voices


From: lilypond
Subject: Re: Issue 2411 in lilypond: Slurs between different voices
Date: Sat, 17 Mar 2012 23:28:33 +0000


Comment #9 on issue 2411 by address@hidden: 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]