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: Roel Spruit
Subject: Re: Change fontsize for textscript under acciaccatura?
Date: Mon, 30 Mar 2009 13:44:55 +0200

Excellent!

you forgot a  #' in front of the font-size I think though. after
adding that it worked like a charm.

thanks for helping a poor newbie :)

Roel

On Mon, Mar 30, 2009 at 13:38, Mats Bengtsson <address@hidden> wrote:
> 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]