lilypond-user
[Top][All Lists]
Advanced

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

Re: fontsize of dynamik


From: Stefan Thomas
Subject: Re: fontsize of dynamik
Date: Mon, 28 Jan 2008 11:47:48 +0100
User-agent: Thunderbird 2.0.0.9 (Windows/20071031)

Dear Mats,
thanks, it worked!
Mats Bengtsson schrieb:
Just override the font-size property on the corresponding layout object.
The font size actually used is the sum of the value given by fontSize and
font-size (these values are still counted relative to the overall staff size).

kleiner = {\set fontSize = #-3 \override DynamicText #'font-size = #+3 }
normal = {\unset fontSize \revert DynamicText #'font-size }
\relative { \kleiner bes8_\markup {\italic "as fast as possible"}\f b bes cis \normal r2 }

  /Mats

Stefan Thomas wrote:
Dear Lilypond-users,
how can I change the fontsize of the "forte" in the below qoted file to normal size?

kleiner = \set fontSize = #-3
normal = \unset fontSize
\relative { \kleiner bes8_\markup {\italic "as fast as possible"}\f b bes cis \normal r2 }



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






reply via email to

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