]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/new/creating-a-delayed-turn.ly
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond into lilypond...
[lilypond.git] / input / new / creating-a-delayed-turn.ly
index 971657874ba2eb651fcd30a82d59587aa89f0bd0..16df65b6069cd1e7cf91132bed83c67f930cd4d9 100644 (file)
@@ -1,13 +1,15 @@
 \version "2.12.0"
 
 \header {
-  lsrtags = "expressive-marks, editorial-annotations, tweaks-and-overrides,
-  symbols-and-glyphs"
-  texidoc = "Creating a delayed turn, where the lower note of the
-  turn uses the accidental, requires several overrides.  The
-  @code{outside-staff-priority} property must be set to #f, as otherwise
-  this would take precedence over the @code{avoid-slur property}.  The
-  value of @code{halign} is used to position the turn horizontally."
+  lsrtags = "expressive-marks, editorial-annotations, tweaks-and-overrides"
+
+  texidoc = "
+Creating a delayed turn, where the lower note of the
+turn uses the accidental, requires several overrides.  The
+@code{outside-staff-priority} property must be set to @code{#f},
+as otherwise this would take precedence over the
+@code{avoid-slur property}.  The value of @code{halign} is used
+to position the turn horizontally."
 
   doctitle = "Creating a delayed turn"
 }
@@ -18,7 +20,7 @@
   c2(^\markup \tiny \override #'(baseline-skip . 1) {
     \halign #-4
     \center-column {
-      \musicglyph #"accidentals.sharp"
+      \sharp
       \musicglyph #"scripts.turn"
     }
   }