>>
>> 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


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to