> Mats Bengtsson wrote:
> > ...
> 
> thanks so much
> 
> 
> > > #(define f '((bold italic) "f"))
> > 
> > If you want the same layout as given by \f, you should use
> > ((dynamic) "e")m ((dynamic) "ff"), ((dynamic) "ppp")
> > and so on.
> 
> yes, but the reason i wanted to define some is because i find that the
> default font-size for all dynamics is too big (matter of taste i guess)

I guess you still want the same font, though?

> so, i can i globally ask to reduce dynamic font size?

Of course:

\score{
 ...
  \paper{
    ...
    \translator{
      \ScoreContext
      DynamicText \override #'font-relative-size = #-1
    }
  }
}

   /Mats



_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to