From: Patrick McCarty Date: Fri, 18 Jul 2008 17:05:47 +0000 (-0700) Subject: Another pass on expressive.itely X-Git-Tag: release/2.11.54-1~5^2~20 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9287b6a92fafad367b83679f2bb7e64aec1efe62;p=lilypond.git Another pass on expressive.itely * minor improvements Signed-off-by: Patrick McCarty --- diff --git a/Documentation/user/expressive.itely b/Documentation/user/expressive.itely index b179fffcd0..9bb34c806c 100644 --- a/Documentation/user/expressive.itely +++ b/Documentation/user/expressive.itely @@ -229,21 +229,22 @@ g1\espressivo @cindex diminuendo Crescendos and decrescendos can be engraved as textual markings -instead of hairpins. The built-in commands that enable these text -modes are @code{\crescTextCresc}, @code{\dimTextDecresc}, +instead of hairpins. Dashed lines are printed to indicate their +extent. The built-in commands that enable these text modes are +@code{\crescTextCresc}, @code{\dimTextDecresc}, @code{\dimTextDecr}, and @code{\dimTextDim}. The corresponding -@code{\crescHairpin} and @code{\dimHairpin} commands will revert to -hairpins again: +@code{\crescHairpin} and @code{\dimHairpin} commands will revert +to hairpins again: @lilypond[verbatim,quote,relative=2] -c4\< d e f\! -e4\> d c b\! \crescTextCresc -c4\< d e f\! +c2\< d | e f\! \dimTextDecresc -e4\> d c b\! +e2\> d | c b\! \crescHairpin -c4\< d e f\! +c2\< d | e f\! +\dimHairpin +e2\> d\! @end lilypond To create new absolute dynamic marks or text that should be @@ -290,7 +291,7 @@ Vertical positioning of dynamics is handled by {printing-hairpins-using-al-niente-notation.ly} @lilypondfile[verbatim,lilyquote,texidoc,doctitle] -{vertically-aligning-dynamics-across-multiple-notes.ly} +{vertically-aligned-dynamics-and-textscripts.ly} @lilypondfile[verbatim,lilyquote,texidoc,doctitle] {hiding-the-extender-line-for-text-dynamics.ly} @@ -336,8 +337,8 @@ The easiest way to create dynamic indications is to use moltoF = \markup { molto \dynamic f } \relative c' { - 16 - 2.._\moltoF + 16_\moltoF + 2.. } @end lilypond