lilypond-user
[Top][All Lists]
Advanced

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

RE: Cadenza


From: Mark Stephen Mrotek
Subject: RE: Cadenza
Date: Fri, 26 Jul 2013 16:20:43 -0700

Eluze:

Thank you for the alternate.

Mark

-----Original Message-----
From: address@hidden
[mailto:address@hidden On Behalf Of
Eluze
Sent: Friday, July 26, 2013 4:02 PM
To: address@hidden
Subject: Re: Cadenza

Trevor Daniels wrote
> 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.

they already can - the problem is /after/ the cadenza and as you've shown
you can re-dimension the remaining measure duration with \set
Timing.measurePosition = #(ly:make-moment 1/4).
you can also do this with \set Timing.measureLength = #(ly:make-moment 2/4)
which expresses that there are 2 quarters to fill in the actual measure.

Eluze



--
View this message in context:
http://lilypond.1069038.n5.nabble.com/Cadenza-tp148435p148460.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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