Combine two parts on a staff, either merged or as separate voices.
Music types: general-music and part-combine-music
Accepted by: Swallow_engraver and Swallow_performer
Properties:
name
(symbol):'PartCombineMusic
Name of this music object
internal-class-name
(string):Music
C++ class to use for this Music object
length-callback
(procedure):Music_sequence::maximum_length_callback
How to compute the duration of this music. This property
can only be defined as initializer in define-music-types.scm.
start-callback
(procedure):Music_sequence::minimum_start_callback
Function to compute the negative
length of starting grace notes. This property can only be defined as
initializer in define-music-types.scm.
types
(list):'(general-music part-combine-music)
The types of this music object; determines by what
engraver this music expression is processed.
iterator-ctor
(procedure):Part_combine_iterator::constructor
Function to construct music-event-iterator object for this Music
This page is for LilyPond-2.6.3 (stable-branch).