Hi. Please consider the following: \version "2.25.15"
\relative c''' { g1~ \mark \default g1 \override Score.RehearsalMark.outside-staff-priority = #1 \override Tie.outside-staff-priority = #2 g1~ \mark \default g1 \override Slur.outside-staff-priority = #2 g1 ( \mark \default e1 ) } It produces: [image: image.png] 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? Thanks in advance! Regards, F.