Status: Accepted
Owner: ----
Labels: Type-Other

New issue 1380 by RalphBugList: Switching staves with \times looks odd
http://code.google.com/p/lilypond/issues/detail?id=1380


% The tupletNumber is printed too far away from the beam.
% A workaround exists: http://lsr.dsi.unimi.it/LSR/Item?id=646
% but do we really want to keep the attached default output?

\version "2.13.37"
\layout { ragged-right = ##f }
\new PianoStaff <<
 \new Staff = "RH" {
   s4
 }
 \new Staff = "LH"
 \relative c {
   \clef bass
   \times 2/3 {b8 b\change Staff=RH \stemDown <e' e'>}
 }


Attachments:
        bug.png  2.0 KB


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

Reply via email to