Cybil general syntax
The Cybil composition language
Cybil example
Cybil commands
Cybil functions
Operations
Examples of Cybil command lines
Cybil general syntax
-
A Cybil score must start with the #cyb keyword
-
The score proper starts at the first instrument definition keyword: instr
followed by one or more instrument number(s) it applies to.
-
Each instrument score definition must end with "e".
-
A Cybil score can contain any number of score definitions.
-
Each line of a Cybil score defines a single parameter column in the output,
the first line being p2 the second p3, etc.
-
Each parameter line starts with a p followed by the parameter number,
followed by a list of Cybil commands. Each parameter line must be terminated
by a ";" A parameter line can span any number of actual lines.
-
A parameter line can contain any number of Cybil commands.
-
A command consists of an algorithm optionally followed by an operator and
a function.