Am Fr., 4. Jan. 2019 um 11:56 Uhr schrieb Andrew Bernard
<andrew.bern...@gmail.com>:
>
> 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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to