bug-lilypond
[Top][All Lists]
Advanced

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

Parenthesized accent


From: Andrew Bernard
Subject: Parenthesized accent
Date: Fri, 10 Jun 2016 19:28:47 -0700

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


reply via email to

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