]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/creating-a-delayed-turn.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / Documentation / snippets / creating-a-delayed-turn.ly
index 1e44aa49cf8f05b000f2b1ac386bcb52f6086d0d..0787bc8b0c587655ccc5d78492b2506cd1d22abe 100644 (file)
@@ -1,10 +1,9 @@
-% DO NOT EDIT this file manually; it is automatically
-% generated from Documentation/snippets/new
-% Make any changes in Documentation/snippets/new/
-% and then run scripts/auxiliar/makelsr.py
-%
-% This file is in the public domain.
-%% Note: this file works from version 2.18.0
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.di.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
+%% This file is in the public domain.
 \version "2.18.0"
 
 \header {
 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}.  Changing the fractions @code{2/3} and
-@code{1/3} adjusts the horizontal position.
+otherwise this would take precedence over the @code{avoid-slur
+property}.  Changing the fractions @code{2/3} and @code{1/3} adjusts
+the horizontal position.
+
 "
   doctitle = "Creating a delayed turn"
 } % begin verbatim
 
-
 \relative c'' {
   c2*2/3 ( s2*1/3\turn d4) r
   <<