[ << Music definitions ] | [Top][Contents][Index] | [ Translation >> ] |
[ < SequentialAlternativeMusic ] | [ Up : Music expressions ] | [ SimultaneousMusic > ] |
1.1.87 SequentialMusic
Music expressions concatenated.
Syntax: \sequential { … }
or simply { … }
Properties:
elements-callback
(procedure):
#<procedure at lily/define-music-types.scm:649:30 (m)>
Return a list of children, for use by a sequential iterator. Takes a single music parameter.
iterator-ctor
(procedure):
ly:sequential-iterator::constructor
Function to construct a
music-event-iterator
object for this music.length-callback
(procedure):
ly:music-sequence::cumulative-length-callback
How to compute the duration of this music. This property can only be defined as initializer in scm/define-music-types.scm.
name
(symbol):
'SequentialMusic
Name of this music object.
start-callback
(procedure):
ly:music-sequence::first-start-callback
Function to compute the negative length of starting grace notes. This property can only be defined as initializer in scm/define-music-types.scm.
types
(list): '(sequential-music)The types of this music object; determines by what engraver this music expression is processed.