bug-lilypond
[Top][All Lists]
Advanced

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

Re: Bug in \offset with Fingering.font-size?


From: David Nalesnik
Subject: Re: Bug in \offset with Fingering.font-size?
Date: Sat, 1 Nov 2014 19:07:41 -0500

On Sat, Nov 1, 2014 at 6:53 PM, David Nalesnik <address@hidden>
wrote:

>
>
> Actually, it might not be hard to enhance \offset to deal with Script.
> The defaults aren't stored in define-grobs, rather they're in script.scm.
> I'll look into that.
>

The defaults are available, yes, but then we run into the same
problem--Script.padding will not work with callbacks:

{
  \override Script.padding = #(lambda (grob) 7)
  d\staccato
}

;(


reply via email to

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