Hello,

I need help with the attached situation: the "dim." should go inside the slur, but the avoid-slur tweak is ignored and it appears above. How to fix that?

Thanks in advance,
Simon
\version "2.19.20"

\score {
  <<
    \new Voice {
      <<
        { f''1( }
        { s2 s
          -\tweak style #'none
          -\tweak avoid-slur #'inside
          ^\dim
        }
      >>
      ges''4)\!
    }
    \new Voice {
      8 8 8 8 8 8 8 8
      4
    }
  >>
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to