[ << Music definitions ] | [Top][Contents][Index][ ? ] | [ Translation >> ] | ||
[ < ArpeggioEvent ] | [ Up : Music expressions ] | [ AutoChangeMusic > ] |
1.1.7 ArticulationEvent
Add an articulation marking to a note.
Syntax: notex
y
, where x
is a direction
(^
for up or _
for down), or LilyPond’s choice
(no direction specified), and where y
is an articulation
(such as -.
, ->
, \tenuto
, \downbow
).
See the Notation Reference for details.
Event classes: articulation-event, music-event, script-event and StreamEvent.
Accepted by: Note_performer and Script_engraver.
Properties:
name
(symbol):
'ArticulationEvent
Name of this music object.
types
(list): '(post-event event articulation-event script-event)The types of this music object; determines by what engraver this music expression is processed.
[ << Music definitions ] | [Top][Contents][Index][ ? ] | [ Translation >> ] | ||
[ < ArpeggioEvent ] | [ Up : Music expressions ] | [ AutoChangeMusic > ] |