SSScore.h

Includes:
<Foundation/Foundation.h>
<CoreGraphics/CoreGraphics.h>
"SSTargetLocation.h"
<SeeScoreLib/CIncludes.h>
"sscore.h"
"sscore_contents.h"
"sscore_playdata.h"
"sscore_edit.h"

Introduction

SSScore is the main interface to SeeScore.



Classes

SSBarGroup

detailed information about a group of items in a bar

SSHeader

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

SSLayoutOptions

options for layout of System(s)

SSLoadOptions

options for loading the XML file is a parameter to scoreWithXMLData and scoreWithXMLFile

SSPartName

full and abbreviated names for a part defined in XML

SSScore

the main Objective-C interface to SeeScore



Typedefs

sslayout_callback_block_t

definition of the block which is called on adding a system in layoutWithWidth:


sslayout_callback_block_t


definition of the block which is called on adding a system in layoutWithWidth:

typedef bool (^sslayout_callback_block_t)(
    SSSystem *);