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:
@@ -15,9 +15,9 @@
|
||||
% sung.
|
||||
|
||||
\begin{verse}
|
||||
Eines M \chord{e}orgens, in aller Frühe, o bella ciao …, \\
|
||||
eines M \chord{a}orgens, in aller Fr \chord{e}ühe, \\
|
||||
trafen \chord{H7}wir auf unsern Fe \chord{e}ind.
|
||||
Eines \chord{e}Morgens, in aller Frühe, o bella ciao …, \\
|
||||
eines \chord{a}Morgens, in aller \chord{e}Frühe, \\
|
||||
trafen \chord{H7}wir auf unsern \chord{e}Feind.
|
||||
\end{verse}
|
||||
|
||||
\begin{verse}
|
||||
|
||||
Reference in New Issue
Block a user