lilypond-user
[Top][All Lists]
Advanced

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

Re: Cadenza


From: Trevor Daniels
Subject: Re: Cadenza
Date: Fri, 26 Jul 2013 08:29:14 +0100

Mark Stephen Mrotek wrote Friday, July 26, 2013 4:17 AM

> In the attached file ( cadenza.ly ) everything should fit in one measure,
> i.e., the last quaver in each staff should be on the first beat of the next
> measure.

Using a \cadenzaOn \cadenzaOff pair causes the internal accounting of
position within a bar to be discontinued.  In particular, the value of
measurePosition is reset to zero.  So if a cadenza starts anywhere
but at a bar line you have to manually reset the value of measurePosition
to the correct position within a bar.

In your case, Mark, inserting
  \set Timing.measurePosition = #(ly:make-moment 1/4)
after \cadenzaOff will correct the problem, since the cadenza
starts one quarter note after the start of the bar.

@BugSquad I think this justifies at least a doc issue, but maybe this
should be a bug - cadenze should be able to start within a bar.

Trevor

reply via email to

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