bug-lilypond
[Top][All Lists]
Advanced

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

Re: Switching staves with \times looks odd


From: Valentin Villenave
Subject: Re: Switching staves with \times looks odd
Date: Wed, 27 Oct 2010 15:24:39 +0200

On Wed, Oct 27, 2010 at 2:50 PM, Richie Gress <address@hidden> wrote:
> I'm having a small issue here. I'm writing a score for Mutopia which
> involves some beamed notes, which are in a \times 4/6 { ... } block,
> switching staves like this:
> \times 4/6 { \stemUp <c, ees aes c>[ <ees aes c ees> <aes c ees aes> <c ees
> aes c> <ees aes c ees>16.\f \change Staff="RH" \stemDown <aes c ees aes>32]
> }
> This works, except that the "6" is displayed not above the beam, but above
> the "RH" staff.

I'm not sure this doesn't qualify as a bug (bug squad: look at issue
279 and 696 for example).

Here's how to reproduce the behavior:

% 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'>}
  }
>>

Cheers,
Valentin.

Attachment: bug.png
Description: PNG image


reply via email to

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