Trevor: Thank you for your reply and the command. You increased my knowledge and enjoyment of Lilypond.
For future use, I assume that the "1/4" resets the position by one quarter note/rest and that if I needed to reset it by 2 beats I would use 1/2. Correct? Mark -----Original Message----- From: Trevor Daniels [mailto:[email protected]] Sent: Friday, July 26, 2013 12:29 AM To: Mark Stephen Mrotek; [email protected] Subject: Re: Cadenza 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
