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,9 +10,9 @@
|
||||
}
|
||||
|
||||
\begin{verse}
|
||||
Ü \chord{C}ber meiner Hei \chord{G7}mat Frühling seh \chord{C}´ ich Schwäne \\
|
||||
no \chord{G7}rdwärts fliegen. / \chord{a}Ach, mein Herz möchte s \chord{E}ich \\
|
||||
auf grauen Ei \chord{a}smeerwoge \chord{E}n wieg \chord{a}en.
|
||||
\chord{C}Über meiner \chord{G7}Heimat Frühling \chord{C}seh´ ich Schwäne \\
|
||||
\chord{G7}nordwärts fliegen. / \chord{a}Ach, mein Herz möchte \chord{E}sich \\
|
||||
auf grauen \chord{E}Eismeerwogen \chord{a}wiegen.
|
||||
\end{verse}
|
||||
|
||||
\begin{verse}
|
||||
|
||||
Reference in New Issue
Block a user