lilypond-user
[Top][All Lists]
Advanced

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

Re: Delayed Turn


From: Lukas-Fabian Moser
Subject: Re: Delayed Turn
Date: Thu, 18 Nov 2021 21:30:44 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0

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]