Am 11.06.2016 um 04:28 schrieb Andrew Bernard:
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

See here for a very similar problem (\parenthesize and \change Staff) and a workaround by Harm that also works with your example:
https://lists.gnu.org/archive/html/bug-lilypond/2015-08/msg00027.html

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

Reply via email to