LSR: Update.
[lilypond.git] / input / lsr / creating-a-delayed-turn.ly
blobb1a6a07f3b81da2d0945333b856ac331c2c2c902
1 %% Do not edit this file; it is auto-generated from input/new
2 %% This file is in the public domain.
3 \version "2.12.0"
5 \header {
6 lsrtags = "expressive-marks, editorial-annotations, tweaks-and-overrides"
7 texidoc = "Creating a delayed turn, where the lower note of the
8 turn uses the accidental, requires several overrides. The
9 @code{outside-staff-priority} property must be set to #f, as otherwise
10 this would take precedence over the @code{avoid-slur property}. The
11 value of @code{halign} is used to position the turn horizontally."
13 doctitle = "Creating a delayed turn"
14 } % begin verbatim
17 \relative c'' {
18 \once \override TextScript #'avoid-slur = #'inside
19 \once \override TextScript #'outside-staff-priority = ##f
20 c2(^\markup \tiny \override #'(baseline-skip . 1) {
21 \halign #-4
22 \center-column {
23 \sharp
24 \musicglyph #"scripts.turn"
27 d4.) c8