lilypond-user
[Top][All Lists]
Advanced

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

Delayed Turn


From: Mark Stephen Mrotek
Subject: Delayed Turn
Date: Wed, 17 Nov 2021 20:02:48 -0800

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


reply via email to

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