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:
@@ -9,10 +9,10 @@
|
||||
}
|
||||
|
||||
\begin{verse}
|
||||
\chord{a}Abends treten Elc \chord{d}he aus den Düne \chord{a}n, \\
|
||||
ziehen von der Palv \chord{E}e an den Stran \chord{a}d. \\
|
||||
/: W \chord{d}enn die Nac \chord{a}ht, wie e \chord{d}ine gute Mu \chord{a}tter, \\
|
||||
leise deckt ihr Tu \chord{E}ch auf Haff und L \chord{a}and. :/
|
||||
\chord{a}Abends treten \chord{d}Elche aus den \chord{a}Dünen, \\
|
||||
ziehen von der \chord{E}Palve an den \chord{a}Strand. \\
|
||||
/: \chord{d}Wenn die \chord{a}Nacht, wie \chord{d}eine gute \chord{a}Mutter, \\
|
||||
leise deckt ihr \chord{E}Tuch auf Haff und \chord{a}Land. :/
|
||||
\end{verse}
|
||||
|
||||
\begin{verse}
|
||||
|
||||
Reference in New Issue
Block a user