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 11:53:07 -0800

Jean,

Thank you for your reply.
Outside staff priority has been removed
Attached is a PDF of results.

Mark

-----Original Message-----
From: Jean Abou Samra [mailto:jean@abou-samra.fr] 
Sent: Wednesday, November 17, 2021 11:25 PM
To: Mark Stephen Mrotek <carsonmark@ca.rr.com>; lilypond-user@gnu.org
Subject: Re: Delayed Turn

Le 18/11/2021 à 05:02, Mark Stephen Mrotek a écrit :
>
> Hello,
>
> To get instructions I went to
>
> https://lilypond.org/doc/v2.22/Documentation/notation/expressive-marks
> -attached-to-notes
>
> And copied the code only modifying pitch and duration.
>
> \version "2.22.1"
>
> \relative c' {
>
>   \time 2/4
>
>   \key aes \major
>
>   ees'4
>
>   <<
>
>     { f,8. [(aes32 c)] }
>
>     {
>
>       s8
>
>       \once \set suggestAccidentals = ##t
>
>       \once \override AccidentalSuggestion.outside-staff-priority = 
> ##f
>
>       \once \override AccidentalSuggestion.avoid-slur = #'inside
>
>       \once \override AccidentalSuggestion.font-size = -3
>
>       \once \override AccidentalSuggestion.script-priority = -1
>
>       \single \hideNotes
>
>       b16-\turn \noBeam
>
>       s
>
>     }
>
>   >>
>
> An extended beam appears and the turn collides with the expected beam.
>
> Any assistance greatly appreciated.
>
> Thank you for your kind attention
>
> Mark
>


Mark,

Simply remove the override for outside-staff-priority.
It is unneeded if the slur is not on the same side as the script, and causes 
problems with the beam as you experienced.


Another way is

\once \override AccidentalSuggestion.padding = 1.7

Best,
Jean

Attachment: delayed turn.pdf
Description: Adobe PDF document


reply via email to

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