SSHeader
Introductionthe MusicXML header containing info about the score - title, composer etc. Properties
arrangerthe arranger of this work in the MusicXML header @property NSString *arranger; composerthe composer of this work in the MusicXML header @property NSString *composer; credit_wordsarray of NSString @property NSArray<NSString*> *credit_words; lyricistthe lyricist of this work in the MusicXML header @property NSString *lyricist; movement_numberthe movement_number in the MusicXML header @property NSString *movement_number; movement_titlethe movement_title in the MusicXML header @property NSString *movement_title; partsarray of SSPartName @property NSArray<SSPartName*> *parts; work_numberthe work_number in the MusicXML header @property NSString *work_number; work_titlethe work_title in the MusicXML header @property NSString *work_title; |