From: Trevor Daniels Date: Thu, 19 Aug 2010 23:01:37 +0000 (+0100) Subject: Docs: NR 2.1.7 Choral: add dynamics X-Git-Tag: release/2.13.31-1~30 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=924efdc7aa85b759c6afa213dce418b5e29f3eda;p=lilypond.git Docs: NR 2.1.7 Choral: add dynamics --- diff --git a/Documentation/notation/vocal.itely b/Documentation/notation/vocal.itely index 2d43f8c0c3..27f515a24f 100644 --- a/Documentation/notation/vocal.itely +++ b/Documentation/notation/vocal.itely @@ -1468,9 +1468,31 @@ may be activated with @} @end example +@noindent For details of this and other page formatting properties, see @ref{Page formatting}. +Dynamic markings by default are placed below the staff, but in +choral music they are often placed above the staff in order to +avoid the lyrics. The predefined command @code{\dynamicUp} does +this for the dynamic markings in a single @code{Voice} context. +To place all dynamic markings in the score above their respective +staves use the following in a @code{\layout} block within the +@code{\score} block: + +@example +\layout @{ + \context @{ + \Score + \override DynamicText #'direction = #UP + \override DynamicLineSpanner #'direction = #UP + @} +@} +@end example + +@predefined +@code{\dynamicUp}. + @seealso Notation Reference: @ref{Setting the staff size},