bug-lilypond
[Top][All Lists]
Advanced

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

Re: \grace after \cadenzaOff suppresses auto-beams


From: David Bobroff
Subject: Re: \grace after \cadenzaOff suppresses auto-beams
Date: Sun, 04 Mar 2012 21:40:30 +0000
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2

On 3/4/2012 9:48 AM, -Eluze wrote:

David Bobroff wrote:
This is weird.  Maybe known.  I tried to search the issues database but
did not find anything.  It's possible I don't know how to effectively
search it.

Here goes; in the following example the auto-beaming is still off
following \cadenzaOff if a \grace (or \appoggiatura) follows immediately
after \cadenzaOff.  Auto-beaming returns if either the \grace is removed
or there is a whole measure of timed music before the \grace. Adding
\autoBeamOn does not help.  Automatic beaming remains off.  In fact,
just entering \cadenzaOn \cadenzaOff will trigger this behavior even
without any music in the cadenza.




the issue seems to be known (although I didn't search where to find it)

I saw this solution on the German Lilypond Forum - after the cadenza add a
\partial of the due (measure) length (this gives a warning but it works):

    \cadenzaOff
    \bar "|"
    \partial 2
    \grace b8
  …

or put the grace inside of the cadenza:

\relative c' {
    \time 2/4
    c2
    \cadenzaOn
    c2 \teeny d8-[ e f g-] \normalsize
    \bar "|"
    \grace b8
    \cadenzaOff
    \normalsize
    a4. gis8
    e'8 e e e
}

hth
Eluze

Thanks for the input. I ended up using the \partial solution (in this case, \partial 1 ). As noted above, I got a warning but the beams came back. I tried putting the \grace inside the cadenza but that put it on the wrong side of the bar line.

-David



reply via email to

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