lilypond-user
[Top][All Lists]
Advanced

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

Re: Change fontsize for textscript under acciaccatura?


From: Mats Bengtsson
Subject: Re: Change fontsize for textscript under acciaccatura?
Date: Mon, 30 Mar 2009 13:38:36 +0200
User-agent: Thunderbird 2.0.0.5 (X11/20070716)

It should work to add the following lines at the top of your file

startAcciaccaturaMusic =  {
   s1*0(
   \override Stem  #'stroke-style = #"grace"
   \override TextScript font-size = #-2
}

stopAcciaccaturaMusic =  {
   \revert Stem #'stroke-style
   \revert TextScript font-size
   s1*0)
}


  /Mats


Roel Spruit wrote:
Hey guys,

Is there any way to change the fontsize for textscript above
acciaccatura for an entire piece? I have drum sticking under it
but I'd like it to be smaller is it's a grace note or acciaccatura.

Regards,

Roel


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

--
=============================================
        Mats Bengtsson
        Signal Processing
        School of Electrical Engineering
        Royal Institute of Technology (KTH)
        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]