lilypond-user
[Top][All Lists]
Advanced

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

RE: Delayed Turn


From: Mark Stephen Mrotek
Subject: RE: Delayed Turn
Date: Thu, 18 Nov 2021 15:09:26 -0800

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:lukasfabianmoser@googlemail.com] On Behalf Of 
Lukas-Fabian Moser
Sent: Thursday, November 18, 2021 12:31 PM
To: Mark Stephen Mrotek <carsonmark@ca.rr.com>; 'Leo Correia de Verdier' 
<leo.correia.de.verdier@gmail.com>
Cc: 'lilypond-user' <lilypond-user@gnu.org>
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

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