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:
@@ -10,10 +10,10 @@
|
||||
}
|
||||
|
||||
\begin{verse}
|
||||
/: Z \chord{G}ogen ei \chord{C}nst fünf \chord{G}wilde Schwäne, \\
|
||||
Schwän \chord{C}e leuc \chord{a}htend weiß \chord{D7}und schön. \chord{G} :/ \\
|
||||
/: \chord{D7}Sing, sing, w \chord{G}as geschah? \\
|
||||
Kei \chord{D7}ner ward mehr geseh´ \chord{G}n, ja! :/
|
||||
/: \chord{G}Zogen \chord{C}einst fünf \chord{G}wilde Schwäne, \\
|
||||
\chord{C}Schwäne \chord{a}leuchtend weiß \chord{D7}und schön. \chord{G}:/ \\
|
||||
/: \chord{D7}Sing, sing, \chord{G}was geschah? \\
|
||||
\chord{D7}Keiner ward mehr \chord{G}geseh´n, ja! :/
|
||||
\end{verse}
|
||||
|
||||
\begin{verse}
|
||||
|
||||
Reference in New Issue
Block a user