bug-lilypond
[Top][All Lists]
Advanced

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

crossStaff, beams and tuplets [was: Re: three small bugs]


From: Simon Albrecht
Subject: crossStaff, beams and tuplets [was: Re: three small bugs]
Date: Fri, 30 Oct 2015 21:26:15 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

Hello Gilberto,

thanks for reporting and sorry for the late response.

On 27.10.2015 13:43, Gilberto Agostinho wrote:
- no. 3: when using \crosStaff, one has to manually set \autoBeamOff when crossing, as well as hiding any tuplet numbers and brackets. Couldn't this be done automatically? If one wants to use \crossStaff for a certain passage, then very likely he doesn't want beams and tuplets displaying there. The reference mentions that one should use \autoBeamOff but there are no mentions about tuplets.

\version "2.19.28"
\score{
  \new PianoStaff <<
    \new Staff {c'8 d' \tuplet 3/2 {e' f' g'}}
    \new Staff {\clef bass \crossStaff{\stemUp c8 d \tuplet 3/2 {e f g}}}
  >>
  \layout{
    \context {
      \PianoStaff
      \consists #Span_stem_engraver
    }
  }
}

I’ve added <https://sourceforge.net/p/testlilyissues/issues/4651/>. In the meantime, you can easily use a custom version of \crossStaff, as can be seen in the attachment.

Yours, Simon

Attachment: crossStaff-amended.ly
Description: Text Data


reply via email to

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