[ << Music definitions ] | [Top][Contents][Index] | [ Translation >> ] |
[ < Music expressions ] | [ Up : Music expressions ] | [ AdHocJumpEvent > ] |
1.1.1 AbsoluteDynamicEvent
Create a dynamic mark.
Syntax: note\x
, where \x
is a dynamic mark like
\ppp
or \sfz
. A complete list is in file
ly/dynamic-scripts-init.ly.
Event classes:
absolute-dynamic-event
, dynamic-event
, music-event
and StreamEvent
.
Accepted by: Dynamic_engraver
and Dynamic_performer
.
Properties:
name
(symbol):
'AbsoluteDynamicEvent
Name of this music object.
types
(list): '(post-event event dynamic-event absolute-dynamic-event)The types of this music object; determines by what engraver this music expression is processed.