Some time ago I noticed the behaviour of parenthesize goes awry when
parenthesizing an accent on cross staff stemmed notes. A bug was raised.

Now I observe the same thing when simply changing staves, no cross staff
stemming involved. Is this a bug, or am I using parenthesize incorrectly?
The issue is that the parentheses do not enclose the accent properly.

Andrew

== snip

\version "2.19.54"

treble = {
  \clef treble
  \time 1/4
  s4
}

bass = {
  \clef bass
  \time 1/4

  e'16 -\parenthesize ^>
  \change Staff = treble
  \stemDown
  f' g' a'

}

\score {

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

  \layout {
  }
}


== snip
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to