lilypond-user
[Top][All Lists]
Advanced

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

Re: Emboldening articulations


From: Thomas Morley
Subject: Re: Emboldening articulations
Date: Fri, 4 Jan 2019 12:04:05 +0100

Am Fr., 4. Jan. 2019 um 11:56 Uhr schrieb Andrew Bernard
<address@hidden>:
>
> I think I have asked this before in the past, but I don't recall any answers. 
> I know that articulations come from the lilypond font but is there any way to 
> make them bolder, or more emphatic?
>
> There's an LSR for bold tenuto, but I often use ^-^> as a construct and I 
> want both signs bolder, and articulation scripts in general to be stronger in 
> appearance.
>
> Andrew

Hi Andrew,

iirc there's no bold emmentaler.
You could try:

{
    \override Script.stencil =
    #(lambda (grob)
      (ly:stencil-scale
        (ly:script-interface::print grob)
        2
        2))
    c'^-^>
}

Not sure how far it will let you go, though.


Cheers,
  Harm



reply via email to

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