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}
|
||||
V \chord{A}on allen blauen Hügeln \\
|
||||
r \chord{D}eitet der Tag ins L \chord{A}and, \\
|
||||
er reitet mit wehenden Zü \chord{E}ge \chord{A}ln, \\
|
||||
er re \chord{E}itet mit we \chord{E7}ite \chord{A}r Hand.
|
||||
\chord{A}Von allen blauen Hügeln \\
|
||||
\chord{D}reitet der Tag ins \chord{A}Land, \\
|
||||
er reitet mit wehenden \chord{A}Zügeln, \\
|
||||
er \chord{E}reitet mit \chord{A}weiter Hand.
|
||||
\end{verse}
|
||||
|
||||
\begin{verse}
|
||||
|
||||
Reference in New Issue
Block a user