validate chords

This commit is contained in:
2026-03-11 16:18:36 +01:00
parent 03fb395605
commit ae4459f5ce
12 changed files with 538 additions and 13 deletions

View File

@@ -5,4 +5,5 @@ export interface Line {
type: LineType;
text: string;
chords: Chord[] | null;
lineNumber?: number;
}