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:
@@ -6,10 +6,10 @@
|
||||
}
|
||||
|
||||
\begin{verse}
|
||||
Erkl \chord{D}ingen l \chord{A}eise L \chord{D}ieder, \\
|
||||
die We \chord{G}lt wird h \chord{E7}ell und w \chord{A}eit. \\
|
||||
/: Und \chord{h}immer, i \chord{A}mmer wie \chord{D}de \chord{h}r \\
|
||||
verwe \chord{e}hen Ra \chord{A7}um und Zeit \chord{D}. :/
|
||||
\chord{D}Erklingen \chord{A}leise \chord{D}Lieder, \\
|
||||
die \chord{G}Welt wird \chord{E7}hell und \chord{A}weit. \\
|
||||
/: Und \chord{h}immer, \chord{A}immer \chord{h}wieder \\
|
||||
\chord{e}verwehen \chord{A7}Raum und \chord{D}Zeit. :/
|
||||
\end{verse}
|
||||
|
||||
\begin{verse}
|
||||
|
||||
Reference in New Issue
Block a user