SSHeader

Superclass:
NSObject
Declared In:

Introduction

the MusicXML header containing info about the score - title, composer etc.



Properties

arranger

the arranger of this work in the MusicXML header

composer

the composer of this work in the MusicXML header

credit_words

array of NSString

lyricist

the lyricist of this work in the MusicXML header

movement_number

the movement_number in the MusicXML header

movement_title

the movement_title in the MusicXML header

parts

array of SSPartName

work_number

the work_number in the MusicXML header

work_title

the work_title in the MusicXML header


arranger


the arranger of this work in the MusicXML header

@property NSString *arranger; 

composer


the composer of this work in the MusicXML header

@property NSString *composer; 

credit_words


array of NSString

@property NSArray<NSString*> *credit_words; 

lyricist


the lyricist of this work in the MusicXML header

@property NSString *lyricist; 

movement_number


the movement_number in the MusicXML header

@property NSString *movement_number; 

movement_title


the movement_title in the MusicXML header

@property NSString *movement_title; 

parts


array of SSPartName

@property NSArray<SSPartName*> *parts; 

work_number


the work_number in the MusicXML header

@property NSString *work_number; 

work_title


the work_title in the MusicXML header

@property NSString *work_title;