Creating a delayed turn: Difference between revisions

No edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
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 first argument of <code>\after</code> (which is a duration) adjusts the horizontal position.


<lilypond version="2.24">
<lilypond version="2.24">
Line 19: Line 19:
</lilypond>
</lilypond>


[[Category:Editorial annotations]]
[[Category:Expressive marks]]
[[Category:Expressive marks]]
[[Category:Editorial annotations]]
[[Category:Tweaks and overrides]]
[[Category:Tweaks and overrides]]
[[Category:Included in the official documentation]][[Category:Snippet]]
[[Category:Included in the official documentation]]
[[Category:Snippet]]