Hi Sam, > In the attached MWE, I'm having difficulties correcting the collision between > the tie and the accidental. > The documentation has ample support for slur/accidental collisions, but I'm > having trouble fixing the collision with ties. > I'd appreciate any help you can offer!
Don’t forget you can use whiteout (see snippet, below). That’s how I would probably handle this case, to avoide distortions. Hope this helps! Kieren. %%% SNIPPET BEGINS \version "2.19.81" \language "english" \layout { \context { \Score \override Tie.layer = #-2 \override Accidental.layer = #-1 \override Accidental.whiteout-style = #'outline \override Accidental.whiteout = #2 } } left = \relative c { \time 2/2 << { s4 <a' c>2 q4~ | q q2 <fs a>4 | } \\ { <f f'>2-> <e e'>-> | <ef ef'>-> <d d'>-> | } >> } \score { \new Staff = "left" { \clef bass \left } } %%% SNIPPET ENDS ________________________________ Kieren MacMillan, composer ‣ website: www.kierenmacmillan.info ‣ email: i...@kierenmacmillan.info _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user