bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1380 in lilypond: Switching staves with \times looks odd


From: lilypond
Subject: Issue 1380 in lilypond: Switching staves with \times looks odd
Date: Wed, 03 Nov 2010 19:52:54 +0000

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




reply via email to

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