bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 487 in lilypond: stems of beamed notes too long before staff


From: lilypond
Subject: Re: Issue 487 in lilypond: stems of beamed notes too long before staff change
Date: Mon, 31 May 2010 13:50:31 +0000


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




reply via email to

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