Fix chord alignment: snap to word boundaries
Improve merge_chord_lyric() to snap chord positions to the start
of the word they fall within, instead of splitting words mid-way.
Fixes artifacts like "Liebespaar \chord{C}e" → "\chord{C}Liebespaare".
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -10,10 +10,10 @@
|
||||
}
|
||||
|
||||
\begin{verse}
|
||||
Stille T \chord{e}age, wilde \chord{G}N \chord{D}äc \chord{e}hte. \\
|
||||
Kampfesruh \chord{G}e und Gefech \chord{D}te \chord{e}, \\
|
||||
/: bunter We \chord{G}chsel der Gezei \chord{e}ten, \\
|
||||
wenn wir schreit \chord{G}en, wenn wir r \chord{D}e \chord{e}iten.:/
|
||||
Stille \chord{e}Tage, wilde \chord{e}Nächte. \\
|
||||
\chord{G}Kampfesruhe und \chord{e}Gefechte, \\
|
||||
/: bunter \chord{G}Wechsel der \chord{e}Gezeiten, \\
|
||||
wenn wir \chord{G}schreiten, wenn wir \chord{e}reiten.:/
|
||||
\end{verse}
|
||||
|
||||
\begin{verse}
|
||||
|
||||
Reference in New Issue
Block a user