|
|
GNU LilyPond-- -- |
||||||||||
|
DynamicsAbsolute dynamic marks are specified using an identifier after a
note: c'\ppp c\pp c \p c\mp c\mf c\f c\ff c\fff
c2\sf c\rfz
A crescendo mark is started with c'' \< \! c'' d'' \decr e'' \rced
< f''1 { s4 s4 \< \! s4 \> \! s4 } >
You can also use a text saying cresc. instead of hairpins. Here is an example how to do it: c4 \cresc c4 \endcresc c4
You can also supply your own texts: \context Voice {
\property Voice.crescendoText = "cresc. poco"
\property Voice.crescendoSpanner = #'dashed-line
a'2\mf\< a a \!a
}
Dynamics are objects of DynamicText and Hairpin . Vertical positioning of these symbols is handled by the DynamicLineSpanner object. If you want to adjust padding or vertical direction of the dynamics, you must set properties for the DynamicLineSpanner object. Predefined identifiers to set the vertical direction are \dynamicUp and \dynamicDown. |
||||||||||
|
Go back to index of LilyPond.
Please send GNU LilyPond questions and comments to lilypond-user@gnu.org. Please send comments on these web pages to (address unknown) Copyright (c) 1997--2002 Han-Wen Nienhuys and Jan Nieuwenhuizen. Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved. |
|||||||||||
This page was built from LilyPond-1.6.6 (stable-branch) by