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}
|
||||
Gebt Raum \chord{C}, ihr Völker, un \chord{G7}serm Sch \chord{C}ritt, \\
|
||||
wir s \chord{F}ind die \chord{C}letzten \chord{G7}Got \chord{C}en. \\
|
||||
/: Wir tr \chord{F}agen k \chord{C}eine Kr \chord{F}one mi \chord{C}t, \\
|
||||
wir tragen einen T \chord{G7}ote \chord{C}n. :/
|
||||
Gebt \chord{C}Raum, ihr Völker, \chord{G7}unserm \chord{C}Schritt, \\
|
||||
wir \chord{F}sind die \chord{C}letzten \chord{C}Goten. \\
|
||||
/: Wir \chord{F}tragen \chord{C}keine \chord{F}Krone \chord{C}mit, \\
|
||||
wir tragen einen \chord{C}Toten. :/
|
||||
\end{verse}
|
||||
|
||||
\begin{verse}
|
||||
|
||||
Reference in New Issue
Block a user