Hi Federico,
> How can I overlap the perfect tie (slur) in A with the mark position in B and
> C so to use the .whiteout and .layer properties to put the slur/tie behind
> the mark and save some vertical space?
Maybe something like this…?
%%% SNIPPET BEGINS
\version "2.25.11"
\relative c''' {
g1~ \mark \default g1
g1~ \tweak extra-offset #'(-0.25 . -1.5) \tweak whiteout #2 \mark \default g1
g1( \tweak extra-offset #'(-0.25 . -1.5) \tweak whiteout #2 \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.