X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fnotation%2Fexpressive.itely;h=0763f6f0d2afd5cfea7de74584eb715a15c3fe35;hb=87aec4a93a0fe08275dd6cce6961dd9f80f581d1;hp=223bab244f1e003287d51268852161ac3d969644;hpb=aa8523e4fa16352a1708065e447aac65426d82a4;p=lilypond.git diff --git a/Documentation/notation/expressive.itely b/Documentation/notation/expressive.itely index 223bab244f..0763f6f0d2 100644 --- a/Documentation/notation/expressive.itely +++ b/Documentation/notation/expressive.itely @@ -3,7 +3,8 @@ Translation of GIT committish: FILL-IN-HEAD-COMMITTISH When revising a translation, copy the HEAD committish of the - version that you are working on. See TRANSLATION for details. + version that you are working on. For details, see the Contributors' + Guide, node Updating translation committishes.. @end ignore @c \version "2.12.0" @@ -110,6 +111,14 @@ in @file{scm/@/script@/.scm}. Articulations and ornamentations may be manually placed above or below the staff; see @ref{Direction and placement}. +Articulations are @code{Script} objects. Their properties are +described more fully in @rinternals{Script}. + +In addition to articulations, text and markups can be attached to +notes. See @ref{Text scripts}. + +For more information about the ordering of Scripts and TextScripts that +are attached to the notes, see @rlearning{Placement of objects}. @snippets @@ -129,7 +138,12 @@ Music Glossary: @rglos{staccato}, @rglos{portato}. +Learning Manual: +@rlearning{Placement of objects}. + + Notation Reference: +@ref{Text scripts}, @ref{Direction and placement}, @ref{List of articulations}, @ref{Trills}. @@ -278,9 +292,10 @@ g1\espressivo Crescendos and decrescendos can be engraved as textual markings 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 +extent. The built-in commands @code{\crescTextCresc}, +@code{\dimTextDecresc}, @code{\dimTextDecr}, and @code{\dimTextDim} +will tell LilyPond to use such textual marks instead of hairpins +for all subsequent @code{\<} and @code{\>} commands. The corresponding @code{\crescHairpin} and @code{\dimHairpin} commands will revert to hairpins again: @@ -488,7 +503,7 @@ Snippets: @rlsr{Expressive marks}. Extend: -@rextend{Markup construction in Scheme}, +@rextend{Markup construction in Scheme}. @@ -809,6 +824,13 @@ Breath marks are entered using @code{\breathe}: c2. \breathe d4 @end lilypond +A breath mark will end an automatic beam; to override this behavior, see +@ref{Manual beams}. + +@lilypond[verbatim,quote,relative=2] +c8 \breathe d e f g2 +@end lilypond + Musical indicators for breath marks in ancient notation, divisiones, are supported. For details, see @ref{Divisiones}. @@ -836,7 +858,9 @@ Snippets: @rlsr{Expressive marks}. Internals Reference: -@rinternals{BreathingSign}. +@rinternals{BreathingEvent}, +@rinternals{BreathingSign}, +@rinternals{Breathing_sign_engraver}. @node Falls and doits