Am 05.06.2014 22:17, schrieb Karol Majewski:

Of course it is DynamicText.

try:


\once \override DynamicText.extra-offset = #'(-1 . -1)

I know about that, but as extra-offset is applied after creating the layout, the whole point of saving space is lost.

Karol

----- Original Message -----
*From:* Simon Albrecht <mailto:simon.albre...@mail.de>
*To:* lilypond user list <mailto:lilypond-user@gnu.org>
*Sent:* Thursday, June 05, 2014 8:57 PM
*Subject:* Dynamic text/staff symbol overlap

Hello,

in places with tight vertical spacing it's often useful and best practice to have the dynamic text overlap slightly with the staff symbol lines. I tried to reproduce this with something like the following:

\version "2.19"

\relative {

\once \override DynamicText.outside-staff-priority = ##f

\once \override DynamicText.X-offset = #-1

\once \override DynamicText.Y-offset = #-1

c'^\f

}


Of course the Y-offset command doesn't override the collision avoidance. I thought disabling outside-staff-priority would do that, but still the offset doesn't have any effect. What do I overlook?

TIA, Simon

------------------------------------------------------------------------

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user





_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to