lilypond-user
[Top][All Lists]
Advanced

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

Dynamic text/staff symbol overlap


From: Simon Albrecht
Subject: Dynamic text/staff symbol overlap
Date: Thu, 05 Jun 2014 21:57:40 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

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

reply via email to

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