lilypond-user
[Top][All Lists]
Advanced

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

Re: not too bad for a beginner ... but i need help


From: Mats Bengtsson
Subject: Re: not too bad for a beginner ... but i need help
Date: Thu, 04 Oct 2001 10:05:49 +0200

> 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





reply via email to

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