Hi Federico,
> However I wonder if there is a more general approach. Something «allowing»
> the slurs not taking the rehearsal marks into consideration when defining its
> shape parameters.
This is fairly “nuclear”, but:
%%% SNIPPET BEGINS
\version "2.25.11"
ignoreV =
\propertyTweak vertical-skylines ##f
\propertyTweak extra-spacing-height #empty-interval
\etc
\relative c''' {
\ignoreV Score.RehearsalMark
\override Score.RehearsalMark.Y-offset = #2.75
\override Score.RehearsalMark.whiteout = #2
g1~ \mark \default g1
g1~ \mark \default g1
g1( \mark \default e1 )
}
%%% SNIPPET ENDS
Hope that helps!
Kieren.
______________________________________________
My work day may look different than your work day. Please do not feel obligated
to read or respond to this email outside of your normal working hours.