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}
|
||||
Ich r \chord{G}eise übers g \chord{C}rüne L \chord{G}and, \\
|
||||
Der W \chord{e}inter i \chord{a}st verga \chord{G}ng \chord{D}en, \\
|
||||
Hab \chord{D7} um den Hals ein g \chord{G}ülden Band, \\
|
||||
Dar \chord{C}an \chord{a} d \chord{G}ie \chord{D} Laute hang \chord{G}en.
|
||||
Ich \chord{G}reise übers \chord{C}grüne \chord{G}Land, \\
|
||||
Der \chord{e}Winter \chord{a}ist \chord{D}vergangen, \\
|
||||
Hab \chord{D7}um den Hals ein \chord{G}gülden Band, \\
|
||||
\chord{C}Daran \chord{G}die \chord{D}Laute \chord{G}hangen.
|
||||
\end{verse}
|
||||
|
||||
\begin{verse}
|
||||
|
||||
Reference in New Issue
Block a user