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:
@@ -8,10 +8,10 @@
|
||||
}
|
||||
|
||||
\begin{verse}
|
||||
In d \chord{a}em dunklen Wald von Pagan \chord{E}ovo \\
|
||||
lebte einst ein wilder Räubersm \chord{a}ann. \\
|
||||
/: U \chord{C}nd \chord{F} e \chord{C}r war der Sc \chord{d}hrecken aller L \chord{a}eute, \\
|
||||
\chord{d}er hatte V \chord{a}ielen \chord{E}Böses schon get \chord{a}an. :/
|
||||
In \chord{a}dem dunklen Wald von \chord{E}Paganovo \\
|
||||
lebte einst ein wilder \chord{a}Räubersmann. \\
|
||||
/: \chord{C}Und \chord{C}er war der \chord{d}Schrecken aller \chord{a}Leute, \\
|
||||
\chord{d}er hatte \chord{a}Vielen \chord{E}Böses schon \chord{a}getan. :/
|
||||
\end{verse}
|
||||
|
||||
\begin{verse}
|
||||
|
||||
Reference in New Issue
Block a user