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

2014-11-01 Thread David Nalesnik
On Sat, Nov 1, 2014 at 4:34 PM, Trevor Daniels t.dani...@treda.co.uk wrote: Should \offset work with the font-size of fingering? It doesn't seem to. The default value is -5, so offsetting by -2 should give -7, with a size as shown by the \override and \tweak, but both forms of \offset give 0.

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

2014-11-01 Thread Trevor Daniels
David Nalesnik wrote Saturday, November 01, 2014 9:46 PM On Sat, Nov 1, 2014 at 4:34 PM, Trevor Daniels t.dani...@treda.co.uk wrote: Should \offset work with the font-size of fingering? It doesn't seem to. The default value is -5, so offsetting by -2 should give -7, with a size as shown

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

2014-11-01 Thread Trevor Daniels
David Nalesnik wrote Saturday, November 01, 2014 9:46 PM On Sat, Nov 1, 2014 at 4:34 PM, Trevor Daniels t.dani...@treda.co.uk wrote: Should \offset work with the font-size of fingering? It doesn't seem to. The default value is -5, so offsetting by -2 should give -7, with a size as

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

2014-11-01 Thread David Nalesnik
On Sat, Nov 1, 2014 at 4:56 PM, Trevor Daniels t.dani...@treda.co.uk wrote: David Nalesnik wrote Saturday, November 01, 2014 9:46 PM On Sat, Nov 1, 2014 at 4:34 PM, Trevor Daniels t.dani...@treda.co.uk wrote: Should \offset work with the font-size of fingering? It doesn't seem to.

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

2014-11-01 Thread David Nalesnik
On Sat, Nov 1, 2014 at 5:29 PM, Trevor Daniels t.dani...@treda.co.uk wrote: David Nalesnik wrote Saturday, November 01, 2014 9:46 PM On Sat, Nov 1, 2014 at 4:34 PM, Trevor Daniels t.dani...@treda.co.uk wrote: Should \offset work with the font-size of fingering? It doesn't seem to.

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

2014-11-01 Thread Trevor Daniels
David Nalesnik wrote Saturday, November 01, 2014 10:40 PM Oh! You're tackling the documentation? I'm so glad to hear that :) :) I might have an example or two from when I was trying (unsuccessfully of course) to write something up. I think I may have been fooling with Beam.positions.

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

2014-11-01 Thread Trevor Daniels
David Nalesnik wrote Saturday, November 01, 2014 10:53 PM On Sat, Nov 1, 2014 at 5:29 PM, Trevor Daniels t.dani...@treda.co.uk wrote: It also fails to work on Script.padding, although it's fine for DynamicLineSpanner.padding. Is this a similar problem? Actually, no. To work, \offset

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

2014-11-01 Thread David Nalesnik
On Sat, Nov 1, 2014 at 6:21 PM, Trevor Daniels t.dani...@treda.co.uk wrote: David Nalesnik wrote Saturday, November 01, 2014 10:53 PM To work, \offset needs access to a default value--a number, number-pair, or list of number-pairs--or a default procedure to calculate these values with.

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

2014-11-01 Thread David Nalesnik
On Sat, Nov 1, 2014 at 6:53 PM, David Nalesnik david.nales...@gmail.com 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

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

2014-11-01 Thread Trevor Daniels
David Nalesnik wrote Saturday, November 01, 2014 11:53 PM On Sat, Nov 1, 2014 at 6:21 PM, Trevor Daniels t.dani...@treda.co.uk wrote: David Nalesnik wrote Saturday, November 01, 2014 10:53 PM To work, \offset needs access to a default value--a number, number-pair, or list of