On Sat, Mar 8, 2014 at 4:50 PM, Karol Majewski <[email protected]> wrote:

> \version "2.19.3"
>
> upper = {
>   \clef treble \time 2/4
>   \voiceOne a''8 \noBeam <b' d'' g''>8
> }
>
> lower = {
>   \clef bass \time 2/4
>   \override Beam.auto-knee-gap = ##f
>   \voiceTwo b8 -. \change Staff = "upper" <d' e' g'>8 -.
> }
>
> \score {
>   \new PianoStaff <<
>     \new Staff = "upper" \upper
>     \new Staff = "lower" \lower
>   >>
> }


Greetings, Karol Majewski -  This has been submitted as Issue 3881 :
https://code.google.com/p/lilypond/issues/detail?id=3881

Ralph
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to