On 11/6/06, Orm Finnendahl <[EMAIL PROTECTED]> wrote:
Am 06. November 2006, 13:09 Uhr (+0100) schrieb Mats Bengtsson:
> Just as any other context property, you can set it with \set. Example:
>
> \relative c'{
> c d e f g f e d
> \set Score.proportionalNotationDuration = #(ly:make-moment 1 64 )
Am 20. November 2006, 11:50 Uhr (-0600) schrieb Trevor Bača:
>
> Additionally, as of the 2.9 series there's a \newSpacingSection
> command available that might be useful if the spacing characteristics
> of the piece change for a define period of time. The 2.10 NEWS file
> gives an example.
Thanks
Am 06. November 2006, 13:09 Uhr (+0100) schrieb Mats Bengtsson:
> Just as any other context property, you can set it with \set. Example:
>
> \relative c'{
> c d e f g f e d
> \set Score.proportionalNotationDuration = #(ly:make-moment 1 64 )
> c d e f g f e d
> \unset Score.proportionalNotation
Just as any other context property, you can set it with \set. Example:
\relative c'{
c d e f g f e d
\set Score.proportionalNotationDuration = #(ly:make-moment 1 64 )
c d e f g f e d
\unset Score.proportionalNotationDuration
c d e f g f e d
}
/Mats
Orm Finnendahl wrote:
Hi,
I would lik
Hi,
I would like to change the amount of horizontal space for a specified
duration in the middle of a line (reflecting a tempo change) globally
(without having to deal with compress music for each staff).
Is there a way to override the setting of
Score.proportionalNotationDuration on the fly, or