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}
|
||||
Pl \chord{E}atoff preisen wir den Helden, \\
|
||||
u \chord{H7}nsern Feind hat \chord{E}er besiegt. Ehi! \\
|
||||
H \chord{C}eil dem Sieger; P \chord{G}reis und Ehr, \\
|
||||
\chord{D7}heil dem Donkos \chord{G}akenheer.
|
||||
\chord{E}Platoff preisen wir den Helden, \\
|
||||
\chord{H7}unsern Feind hat \chord{E}er besiegt. Ehi! \\
|
||||
\chord{C}Heil dem Sieger; \chord{G}Preis und Ehr, \\
|
||||
\chord{D7}heil dem \chord{G}Donkosakenheer.
|
||||
\end{verse}
|
||||
|
||||
\begin{verse}
|
||||
|
||||
Reference in New Issue
Block a user