lilypond-devel
[Top][All Lists]
Advanced

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

Re: Where to change the begin of a broken spanner after a line break?


From: Neil Puttock
Subject: Re: Where to change the begin of a broken spanner after a line break?
Date: Fri, 26 Nov 2010 22:29:05 +0000

On 26 November 2010 20:22, Reinhold Kainhofer <address@hidden> wrote:

> BTW, the same problem also happens with ottava brackets, volta brackets, etc.
> but NOT with text cresc spanners, trill spanners, normal text spanners or
> tuplet brackets.

DynamicTextSpanner uses the line-spanner-interface, so it's possible
to set the left-bound accurately (via attach-dir and padding).  The
same applies to TextSpanner/TrillSpanner, though these also support
end-on-note (which means they're usually anchored on the first note
after the break).

> As Hairpin and DynamicTextSpanner grobs are treated completely equal in the
> New_dynamic_engraver, I assume it must be some problem with grob settings of
> the Hairpin grob. Any idea?

(hairpin.cc)

111 x_points[d] = b->extent (common, X_AXIS)[RIGHT];

Cheers,
Neil



reply via email to

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