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:
@@ -9,9 +9,9 @@
|
||||
}
|
||||
|
||||
\begin{verse}
|
||||
Nun lustig, l \chord{C}ustig, ihr lieben Brüder, nun leget all \\
|
||||
eure Arbeit ni \chord{F}eder und trinkt ein Gla \chord{C}s Champagner- \\
|
||||
w \chord{G7}ein, und trinkt ein Gla \chord{C}s Champagn \chord{F}er \chord{G7}wei \chord{C}n.
|
||||
Nun lustig, \chord{C}lustig, ihr lieben Brüder, nun leget all \\
|
||||
eure Arbeit \chord{F}nieder und trinkt ein \chord{C}Glas Champagner- \\
|
||||
\chord{G7}wein, und trinkt ein \chord{C}Glas \chord{C}Champagnerwein.
|
||||
\end{verse}
|
||||
|
||||
\begin{verse}
|
||||
|
||||
Reference in New Issue
Block a user