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:
@@ -8,9 +8,9 @@
|
||||
|
||||
\begin{verse}
|
||||
\chord{E}Einst macht ich mich auf, / eines Morgens früh, \\
|
||||
ich wo \chord{E}llt von H \chord{H7}aus /in die Fr \chord{A}emde z \chord{E}iehn. \\
|
||||
So ging ich f \chord{E}ort / aus der Heimat w \chord{E}eit \\
|
||||
und ritt nach We \chord{H7}st / auf so l \chord{A}ange Z \chord{E}eit.
|
||||
ich \chord{E}wollt von \chord{H7}Haus /in die \chord{A}Fremde \chord{E}ziehn. \\
|
||||
So ging ich \chord{E}fort / aus der Heimat \chord{E}weit \\
|
||||
und ritt nach \chord{H7}West / auf so \chord{A}lange \chord{E}Zeit.
|
||||
\end{verse}
|
||||
|
||||
\begin{verse}
|
||||
|
||||
Reference in New Issue
Block a user