bug-lilypond
[Top][All Lists]
Advanced

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

Re: Parenthesized accent


From: Malte Meyn
Subject: Re: Parenthesized accent
Date: Sat, 11 Jun 2016 11:07:08 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0



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



reply via email to

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