Re: hairpin across line breaks is placed too high on the second line

2008-05-27 Thread Neil Puttock
Hi Patrick, 2008/5/27 Patrick McCarty <[EMAIL PROTECTED]>: > On Mon, May 26, 2008 at 10:20 AM, Neil Puttock wrote: >> >> A rather inelegant workaround would be to use a callback with >> 'extra-offset (ugh), like the one detailed in 7.7.2 Difficult tweaks: >> >> #(define (my-callback grob) >> (let

Re: hairpin across line breaks is placed too high on the second line

2008-05-27 Thread Patrick McCarty
On Mon, May 26, 2008 at 10:20 AM, Neil Puttock wrote: > > A rather inelegant workaround would be to use a callback with > 'extra-offset (ugh), like the one detailed in 7.7.2 Difficult tweaks: > > #(define (my-callback grob) > (let* ( > ; have we been split? > (orig (ly:grob-origina

hairpin across line breaks is placed too high on the second line

2008-05-25 Thread Reinhold Kainhofer
if a hairpin crescendo, placed above the staff with \dynamic up, is split up by a line break, the clef of the second line (which appears before the crescendo starts, though) causes the second part of the hairpin to be placed way too high. An example is attached. Is there any fix for this? Chee