[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: outside of the staff stuff
From: |
Luc |
Subject: |
Re: outside of the staff stuff |
Date: |
Fri, 22 Dec 2006 13:24:02 +0100 |
I checked with version 2.11.4 and to me everything looks good now - thanks!
Luc
----- Original Message -----
From: Joe Neeman
To: Luc
Cc: address@hidden
Sent: Wednesday, December 13, 2006 9:40 PM
Subject: Re: outside of the staff stuff
On 12/13/06, Joe Neeman <address@hidden> wrote:
On 12/13/06, Luc <address@hidden> wrote:
3. { c'\p d'\sf e'\pp f'\sf}
Adding a 4th note with an articulation I do not understand, why this
articulation has to be lowered again - there is plenty of space above and no
collision is to be expected there.
This is a situation where the algorithm isn't optimal. The workaround is to
do \once \override DynamicLineSpanner #'outside-staff-priority = #1 before the
final \sf. I'll work on this but I don't know how easy it is so it might take a
while.
Actually, it wasn't very hard :) I've fixed it and, if the regression tests
don't complain, I'll commit tonight.
Thanks again for the report.