|
|
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. |
This page was built from LilyPond-1.6.12 (stable-branch) by