[ << Music definitions ] | [Top][Contents][Index] | [ Translation >> ] |
[ < HyphenEvent ] | [ Up : Music expressions ] | [ KeyChangeEvent > ] |
1.1.42 InitialContextMusic
Enter the initial context of the argument and ignore the rest of it.
Syntax: \initialContextFrom
music
Properties:
iterator-ctor
(procedure):
ly:initial-context-music-iterator::constructor
Function to construct a
music-event-iterator
object for this music.length
(moment):
#<Mom 0>
The endpoint of this music. This property is unhappily named in that it does not account for any initial grace notes: the full length of the music is
length
minus the start time. A value ofINF-MOMENT
indicates indefinite length.name
(symbol):
'InitialContextMusic
Name of this music object.
to-relative-callback
(procedure):
ly:relative-octave-music::no-relative-callback
How to transform a piece of music to relative pitches.
types
(list): '(initial-context-music)The types of this music object; determines by what engraver this music expression is processed.