Lukas-Fabian

Thank you for your reply and instructions.
I haven't mastered all of the directions in 2.22.1 and downloading 2.23.4 for 
the benefit of one measure seems a little extreme.
So what is the remedy in 2.22.1?

Mark

-----Original Message-----
From: Lukas-Fabian Moser [mailto:[email protected]] On Behalf Of 
Lukas-Fabian Moser
Sent: Thursday, November 18, 2021 12:31 PM
To: Mark Stephen Mrotek <[email protected]>; 'Leo Correia de Verdier' 
<[email protected]>
Cc: 'lilypond-user' <[email protected]>
Subject: Re: Delayed Turn

Correction: Since we're in a throwaway voice anyway, we don't need all those 
\once commands:

\version "2.23.4"

\relative c' {
   \time 2/4
   \key aes \major

   ees'4
   \after 8 \new Voice {
     \set suggestAccidentals = ##t
     \override AccidentalSuggestion.avoid-slur = #'inside
     \override AccidentalSuggestion.font-size = -3
     \override AccidentalSuggestion.script-priority = -1
     \hideNotes
     b16\turn
   }
   f8.[( aes32 c)]
}

The avoid-slur property seems not to be needed here, as the slur and the turn 
are on opposing sides.

Lukas


Reply via email to