lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Appoggiatura slur not crossing beam


From: Aaron Hill
Subject: Re: Appoggiatura slur not crossing beam
Date: Mon, 14 Jan 2019 10:46:52 -0800
User-agent: Roundcube Webmail/1.3.8

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]