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 _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
