lilypond-user
[Top][All Lists]
Advanced

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

Re: Scaling of non-text dynamic signs


From: Marten Visser
Subject: Re: Scaling of non-text dynamic signs
Date: Mon, 04 Oct 2010 00:32:41 +0200


>>
>> Hello,
>>
>> I've typeset a score for two instruments, and now I'd like to make a
>> dedixated score for each instrument, that has the score for the other
>> instrument scaled down.
>>
>> This works, but I can't figure out the correct \override to scale down the
>> graphical dynamics, like \< and \>.
>>
>> In the following example, everything has been properly scaled down, except
>> for the crescendo. Thanks for looking!
>
>Hi!
>
>Basically you want to decrease Hairpin's height, right?
>Then
>  \override Hairpin #'height = #0.5  % default: 0.66
>should do the trick.
>
>Cheers,
>Xavier
>

Thanks for the very quick reply! Yes, indeed I want to decrease the hairpin's height. Your solution works perfectly.

For sake of consistency, the following syntax still is a minor improvement, that may allow scaling of all sizings involved through a single variable (if one would replace -3 by a variable).

\override Hairpin #'height = #(* 0.66 (magstep -3)) % default: 0.66

Thanks,
Marten




reply via email to

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