On 2019-01-14 4:08 am, Urs Liska wrote:
In an appoggiatura with the main note having the stem downwards the
appoggiatura's slur will cross the stem, see the first of the two
instances in this example:

{
  \appoggiatura d''4 c''
  \appoggiatura d'4 c'
}

A client requests me to shorten the slurs so not to cross the stem. Is
there a more convenient and consistent solution to this short of
\shape-ing each slur individually?

%%%%
\version "2.19.82"
{
  \once \override Slur.minimum-length = #0
  \appoggiatura d''4 c''
}
%%%%

-- Aaron Hill

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to