lilypond-user
[Top][All Lists]
Advanced

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

Cross-staff stems + TupletBracket.outside-staff-priority


From: takumi ikeda
Subject: Cross-staff stems + TupletBracket.outside-staff-priority
Date: Tue, 12 Jan 2016 19:52:59 +0900

Dear Community,

I found that the following code does not work properly. I don't know
whether it is the known bug or not...

%%%%

\version "2.18.2"

{
  \new PianoStaff <<
    \new Staff = up {

      % It works well when the followong line is commented out.
      \override TupletBracket.outside-staff-priority = #0

      \tuplet 3/2 { c'8 \change Staff = down c r}
    }
    \new Staff = down {
      \clef bass
      s4
    }
  >>
}

%%%%

Thanks,
Takumi

Attachment: broken_stem.jpg
Description: JPEG image


reply via email to

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