lilypond-user
[Top][All Lists]
Advanced

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

Re: fontsize of dynamik


From: Mats Bengtsson
Subject: Re: fontsize of dynamik
Date: Mon, 28 Jan 2008 09:59:42 +0100
User-agent: Thunderbird 2.0.0.5 (X11/20070716)

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

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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