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}
|
||||
Hohe Tann \chord{C}en weisen die Stern \chord{G7}e \\
|
||||
an der Ise \chord{C}r wild spr \chord{G7}ingender Fl \chord{C}ut; \\
|
||||
/: liegt das L \chord{F}ager auch in weiter F \chord{C}erne, \\
|
||||
doch du, Rübezahl, hüt \chord{G7}est es gut \chord{C}. :/
|
||||
Hohe \chord{C}Tannen weisen die \chord{G7}Sterne \\
|
||||
an der \chord{C}Iser wild \chord{G7}springender \chord{C}Flut; \\
|
||||
/: liegt das \chord{F}Lager auch in weiter \chord{C}Ferne, \\
|
||||
doch du, Rübezahl, \chord{G7}hütest es \chord{C}gut. :/
|
||||
\end{verse}
|
||||
|
||||
\begin{verse}
|
||||
|
||||
Reference in New Issue
Block a user