The commonly used \key
command sets the keyAlterations
property, in the Staff
context.
To create non-standard key signatures, set this property directly. The format of this command is a list:
\set Staff.keyAlterations = #`(((octave . step) . alter) ((octave . step) . alter) ...)
where, for each element in the list, octave
specifies the octave (0
being the octave from middle C to the B above), step
specifies the note
within the octave (0 means C and 6 means B), and alter
is ,SHARP ,FLAT
,DOUBLE-SHARP
etc.
Alternatively, using the more concise format for each item in the list (step . alter)
specifies the same alteration holds in all octaves.
For microtonal scales where a sharp
is not 100 cents, alter
refers to the alteration as a proportion of a 200-cent whole tone.