This appendix gives a succinct summary of the syntax of the ScoreFile language. Chapter 7 provides a general description and explanation of ScoreFile syntax and ScoreFile program organization.
scorefile:
[ header ] [ BEGIN ; [ body [ END ; ] ] ]
header:
headerStatement ; [ header ]
headerStatement:
scoreInfoStatement
partDeclaration
partInfoStatement
tagRangeDeclaration
headerOrBodyStatement
body:
bodyStatement ; [ body ]
bodyStatement:
timeStatement
noteStatement
headerOrBodyStatement
headerOrBodyStatement:
variableDeclaration
envelopeDeclaration
waveTableDeclaration
objectDeclaration
assignmentStatement
includeStatement
printStatement
tuneStatement
commentStatement
endCommentStatement