Comment #6 on issue 487 by perpeduumimmobile: stems of beamed notes too long before staff change
http://code.google.com/p/lilypond/issues/detail?id=487

%{
Still valid as of 2.13.22.
A workaround is to use a temporary new Voice context:
%}

\version "2.13.22"
\paper { ragged-right = ##t }
\score { <<
        \new Staff=rh \relative c'' {
                \time 12/8
                \voiceTwo r8 b, e \new Voice { \voiceTwo a e b }
                \change Staff=lh
                \voiceOne r e, g d' g, e
        }
        \new Staff=lh \relative c {\clef bass \voiceTwo c1. }
}

Attachments:
        487.preview.png  4.0 KB


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to