Render a Note as scientific pitch notation.
The note to format.
The note text, including the octave when present.
import { formatNote, parseNote } from '@libraz/libcantus';formatNote(parseNote('C#4')); // 'C#4' Copy
import { formatNote, parseNote } from '@libraz/libcantus';formatNote(parseNote('C#4')); // 'C#4'
Render a Note as scientific pitch notation.