]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/new/changing-text-and-spanner-styles-for-text-dynamics.ly
Merge master into nested-bookparts
[lilypond.git] / input / new / changing-text-and-spanner-styles-for-text-dynamics.ly
index 500417c7e89ad60cfcb3e2395c76a0547e7e0e41..7d41aa87f3160dd4ca9fb909f6638f8eeba6f4cf 100644 (file)
@@ -2,14 +2,13 @@
 \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}:
+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"
 }