bug-lilypond
[Top][All Lists]
Advanced

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

Staff switch


From: Rune Zedeler
Subject: Staff switch
Date: Thu, 05 Jul 2001 20:47:02 +0200

Staff switches causes wrong lines to be srawn together with the right
ones.
In this example a (glissando-like) line appears in the upper voice -
between the g' and the g''.

\version "1.5.1"
\score{ \context PianoStaff \notes <
  \context Staff=sa {g'2 g'4 g''4}
  \context Staff=sb \context Voice {
    \stemDown
    b'4 \translator Staff=sa
    e'2 \showStaffSwitch \translator Staff=sb b'4 \hideStaffSwitch
  }
>
  \paper{ linewidth = -1 }
}

-Rune



reply via email to

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