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
lilypond-user@gnu.org
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: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



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

Reply via email to