Re: Anybody has a good explanation for _this_ use of grob-transformer?

2018-01-29 Thread David Nalesnik
Hi, On Mon, Jan 29, 2018 at 6:10 PM, David Kastrup wrote: > David Kastrup writes: > >>> %% no fail >>> \override TupletNumber.Y-offset = >>>#(ly:make-unpure-pure-container >>> (lambda (grob) (+ (ly:tuplet-number::calc-y-offset grob) 1)) >>>

Re: Anybody has a good explanation for _this_ use of grob-transformer?

2018-01-29 Thread David Kastrup
David Kastrup writes: >> %% no fail >> \override TupletNumber.Y-offset = >>#(ly:make-unpure-pure-container >> (lambda (grob) (+ (ly:tuplet-number::calc-y-offset grob) 1)) >> (lambda (grob start end) 1)) >> \tuplet 3/2 4 { >> c,,8 d e f g a b c d e f g >>

Re: Anybody has a good explanation for _this_ use of grob-transformer?

2018-01-29 Thread David Kastrup
Thomas Morley writes: > 2018-01-28 18:07 GMT+01:00 David Kastrup : >> >> The result is that all the beams are smashed up in the left border and >> the tuplet numbers appear over the respective first notes. All of which >> seems like a seriously messed up

Re: Anybody has a good explanation for _this_ use of grob-transformer?

2018-01-29 Thread Thomas Morley
2018-01-28 18:07 GMT+01:00 David Kastrup : > > The result is that all the beams are smashed up in the left border and > the tuplet numbers appear over the respective first notes. All of which > seems like a seriously messed up X offset rather than the Y offset that > should not even