Prime Period Theory

Notation Components

Specialized components for displaying Prime Period Theory's uniform solfege notation and related symbols.

Uniform Solfege

A modular web component that encapsulates the logic for rendering a single uniform solfege glyph, including any diacritic marks and recursive superscripts.

Parameters

Base solfege string (e.g., Do, ReSub, Dox^MiSup)
Explicit diacritic to apply
Override base color
Override diacritic color
Alignment of the solfege annotation text
Override annotation color
Padding between glyph and annotation
Horizontal offset for superscript (applied as left offset)
Vertical offset for superscript
Size of the solfege glyph
View Source Code
<ppt-uniform-solfege 
  solfege="Do" 
  annotation-align="bottom">
</ppt-uniform-solfege>

Solfege Phrase Panel

A specialized panel that parses a natural string syntax and lays out multiple Uniform Solfege components in a monospaced grid, offering precise kerning controls.

Parameters

Phrase like "Do Re(w_tri) Fi^Ti(axis)"
Font size of the phrase
Width of each monospaced cell
Gap between cells
Default color override
Alignment of the solfege annotation text
Padding for annotations
View Source Code
<ppt-container>
  <ppt-solfege-phrase-panel 
    phrase="Re Mi Fa So Mi Do Re" 
    size="5em" 
    grid-width="1em" 
    grid-spacing="0.2em" 
    resizable="true">
  </ppt-solfege-phrase-panel>
</ppt-container>