Type alias GlyphAttributes
GlyphAttributes: {
type: "quarter-rest" | "g-clef-ottava-bassa" | "c-clef" | "f-clef" | "percussion-clef" | "octave-shift-up-8" | "octave-shift-down-8" | "octave-shift-down-15" | "octave-shift-continue-15" | "octave-shift-down-22" | "octave-shift-up-22" | "octave-shift-continue-22";
}
Type declaration
type: "quarter-rest" | "g-clef-ottava-bassa" | "c-clef" | "f-clef" | "percussion-clef" | "octave-shift-up-8" | "octave-shift-down-8" | "octave-shift-down-15" | "octave-shift-continue-15" | "octave-shift-down-22" | "octave-shift-up-22" | "octave-shift-continue-22"
The type of glyph that is being defined.