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,20 +9,20 @@
|
||||
}
|
||||
|
||||
\begin{verse}
|
||||
Ein H \chord{G}ase saß im tiefen Tal, \\
|
||||
Ein \chord{G}Hase saß im tiefen Tal, \\
|
||||
singing holly polly doodle all the \chord{D7}day,
|
||||
\end{verse}
|
||||
|
||||
\begin{verse}
|
||||
übt Segelflug, wie Lilienthal, \\
|
||||
singing: holly polly doodle all the d \chord{G}ay; \\
|
||||
singing: holly polly doodle all the \chord{G}day; \\
|
||||
Ref.: \\
|
||||
/: farew \chord{G}ell, farewell, farewell my fairy \chord{D7}fay;
|
||||
/: \chord{G}farewell, farewell, farewell my fairy \chord{D7}fay;
|
||||
\end{verse}
|
||||
|
||||
\begin{verse}
|
||||
I am off to Louisiana for to see my Sousy Anna, \\
|
||||
singing holly polly doodle all the d \chord{G}ay. :/
|
||||
singing holly polly doodle all the \chord{G}day. :/
|
||||
\end{verse}
|
||||
|
||||
\begin{verse}
|
||||
|
||||
Reference in New Issue
Block a user