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
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user




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

Reply via email to