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,9 +8,9 @@
|
||||
}
|
||||
|
||||
\begin{verse}
|
||||
Der P \chord{G}apst lebt herrlich in der We \chord{D}lt, / es fehlt ihm \\
|
||||
\chord{D7}nie an Ablassge \chord{G}ld. / Er trinkt vom allerb \chord{D}esten Wein \chord{e},/ \\
|
||||
drum möcht ich a \chord{C}uch der Paps \chord{D}t wohl sein.
|
||||
Der \chord{G}Papst lebt herrlich in der \chord{D}Welt, / es fehlt ihm \\
|
||||
\chord{D7}nie an \chord{G}Ablassgeld. / Er trinkt vom \chord{D}allerbesten \chord{e}Wein,/ \\
|
||||
drum möcht ich \chord{C}auch der \chord{D}Papst wohl sein.
|
||||
\end{verse}
|
||||
|
||||
\begin{verse}
|
||||
|
||||
Reference in New Issue
Block a user