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
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
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