bug-lilypond
[Top][All Lists]
Advanced

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

\grace after \cadenzaOff suppresses auto-beams


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

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.


%%%
\version "2.14.2"

\relative c'
{
  \time 2/4
  c2
  \cadenzaOn
  c2 \teeny d8-[ e f g-] \normalsize
  \cadenzaOff
  \bar "|"
  \normalsize
%  c2 % uncomment this measure and auto-beaming returns
%  \autoBeamOn % this will *not* turn beams on now or later
  \grace b8 % or \appoggiatura %comment out and auto-beaming returns
  a4. gis8
  e'8 e e e
}
%%%

-David



reply via email to

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