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,12 +7,12 @@
|
||||
}
|
||||
|
||||
\begin{verse}
|
||||
Fr \chord{G}üher, da war ich ein r \chord{D}eicher Edelmann, \\
|
||||
h \chord{C}eute, da bin ich ein S \chord{G}traßenmusikant. \\
|
||||
\chord{G}Früher, da war ich ein \chord{D}reicher Edelmann, \\
|
||||
\chord{C}heute, da bin ich ein \chord{G}Straßenmusikant. \\
|
||||
Refrain: \\
|
||||
/: Du bist ein L \chord{G}ump. – Bin kein Lump. \\
|
||||
Du bist ein Lu \chord{C}mp. – Bin kein Lump. \\
|
||||
Du bist ein li \chord{D}eder-lieder-liederlicher L \chord{G}ump.
|
||||
/: Du bist ein \chord{G}Lump. – Bin kein Lump. \\
|
||||
Du bist ein \chord{C}Lump. – Bin kein Lump. \\
|
||||
Du bist ein \chord{D}lieder-lieder-liederlicher \chord{G}Lump.
|
||||
\end{verse}
|
||||
|
||||
\begin{verse}
|
||||
|
||||
Reference in New Issue
Block a user