lilypond-user
[Top][All Lists]
Advanced

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

Cross staff parenthesize


From: Andrew Bernard
Subject: Cross staff parenthesize
Date: Sun, 12 Feb 2017 12:59:24 +1100

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



reply via email to

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