Creating a delayed turn: Difference between revisions

Import snippet from LSR
 
m Replace version="2.24.0" with version="2.24" now that the LilyWiki extension supports auto-selecting the latest release in a stable series
Line 1: Line 1:
Creating a delayed turn, where the lower note of the turn uses the accidental, requires several overrides. The <code>outside-staff-priority</code> property must be set to <code>#f</code>, as otherwise this would take precedence over the <code>avoid-slur</code> property. Changing the fractions <code>2/3</code> and <code>1/3</code> adjusts the horizontal position.
Creating a delayed turn, where the lower note of the turn uses the accidental, requires several overrides. The <code>outside-staff-priority</code> property must be set to <code>#f</code>, as otherwise this would take precedence over the <code>avoid-slur</code> property. Changing the fractions <code>2/3</code> and <code>1/3</code> adjusts the horizontal position.


<lilypond version="2.24.0">
<lilypond version="2.24">
\relative c'' {
\relative c'' {
   \after 2*2/3 \turn c2( d4) r |
   \after 2*2/3 \turn c2( d4) r |