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:
@@ -7,9 +7,9 @@
|
||||
}
|
||||
|
||||
\begin{verse}
|
||||
Kamer \chord{G}aden, jagt die P \chord{C}ferde in die s \chord{D}ilbergraue N \chord{G}acht. \\
|
||||
/: Jagt sie über dumpfe Erde, j \chord{D}agt sie über dumpfe Erde \\
|
||||
\chord{G}fort in f \chord{C}erne St \chord{D}ernenprac \chord{G}ht! :/
|
||||
\chord{G}Kameraden, jagt die \chord{C}Pferde in die \chord{D}silbergraue \chord{G}Nacht. \\
|
||||
/: Jagt sie über dumpfe Erde, \chord{D}jagt sie über dumpfe Erde \\
|
||||
\chord{G}fort in \chord{C}ferne \chord{G}Sternenpracht! :/
|
||||
\end{verse}
|
||||
|
||||
\begin{verse}
|
||||
|
||||
Reference in New Issue
Block a user