When parenthesizing an accent on a cross staff note, the parentheses are
drawn incorrectly. Is this a bug?

Andrew


== snip

\version "2.19.42"

treble = {
  \clef treble
  \crossStaff { c''4-\parenthesize^> } c''
}

bass =  {
  \clef bass
  \stemDown
  c4 c
}

\score {

  \new PianoStaff
  <<
    \new Staff { \treble }
    \new Staff { \bass }
  >>
}

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

Reply via email to