]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/new/changing-text-and-spanner-styles-for-text-dynamics.ly
LSR: Update.
[lilypond.git] / input / new / changing-text-and-spanner-styles-for-text-dynamics.ly
diff --git a/input/new/changing-text-and-spanner-styles-for-text-dynamics.ly b/input/new/changing-text-and-spanner-styles-for-text-dynamics.ly
deleted file mode 100644 (file)
index 956f3bd..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-\version "2.12.0"
-\header {
-  lsrtags = "rhythms,tweaks-and-overrides"
-  texidoc = "
-The text used for crescendos and decrescendos can be changed by
-modifying the context properties @code{crescendoText} and
-@code{decrescendoText}.  The style of the spanner line can be
-changed by modifying the @code{'style} property of
-@code{DynamicTextSpanner}.  The default value is @code{'hairpin},
-and other possible values include @code{'line}, @code{'dashed-line}
-and @code{'dotted-line}:
-"
-  doctitle = "Changing text and spanner styles for text dynamics"
-}
-
-\relative c'' {
-  \set crescendoText = \markup { \italic { cresc. poco } }
-  \set crescendoSpanner = #'text
-  \override DynamicTextSpanner #'style = #'dotted-line
-  a2\< a
-  a2 a
-  a2 a
-  a2 a\mf
-}