clef.dis(optional)Records the amount of octave displacement to be applied to the clef.
Value conforms to data.OCTAVE.DIS.
clef.dis.place(optional)Records the direction of octave displacement to be applied to the clef.
Value conforms to data.STAFFREL.basic.
clef.line(optional)Contains a default value for the position of the clef. The value must be in the range
between 1 and the number of lines on the staff. The numbering of lines starts with
the
lowest line of the staff.
Value conforms to data.CLEFLINE.
clef.shape(optional)Encodes a value for the clef symbol.
Value conforms to data.CLEFSHAPE.
dur.default(optional)Contains a default duration in those situations when the first note, rest, chord,
etc.
in a measure does not have a duration specified.
Value conforms to data.DURATION.
keysig(optional)Written key signature.
One or more values from data.KEYFIFTHS, separated by spaces.
meter.count(optional)Captures the number of beats in a measure, that is, the top number of the meter
signature. It must contain a decimal number or an expression that evaluates to a
decimal number, such as 2+3 or 3*2.
Value is plain text.
meter.sym(optional)Indicates the use of a meter symbol instead of a numeric meter signature, that is,
'C'
for common time or 'C' with a slash for cut time.
Value conforms to data.METERSIGN.
meter.unit(optional)Contains the number indicating the beat unit, that is, the bottom number of the meter
signature.
Value is a decimal number.
num.default(optional)Along with numbase.default, describes the default duration as a ratio. num.default
is
the first value in the ratio.
Value is a positive integer.
numbase.default(optional)Along with num.default, describes the default duration as a ratio. numbase.default
is
the second value in the ratio.
Value is a positive integer.
oct.default(optional)Contains a default octave specification for use when the first note, rest, chord,
etc.
in a measure does not have an octave value specified.
Value conforms to data.OCTAVE.
trans.diat(optional)Records the amount of diatonic pitch shift, e.g., C to C♯ = 0, C to D♭ = 1, necessary
to calculate the sounded pitch from the written one.
Value is an integer.
trans.semi(optional)Records the amount of pitch shift in semitones, e.g., C to C♯ = 1, C to D♭ = 1,
necessary to calculate the sounded pitch from the written one.
Value is an integer.