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,10 +7,10 @@
|
||||
|
||||
\begin{verse}
|
||||
Ref.: \\
|
||||
/: \chord{D}Bin ja nur ein \chord{A}armer Zig \chord{D}euner, \\
|
||||
habe nichts als Wage \chord{A}n und Pfer \chord{D}d. :/ \\
|
||||
No \chord{D}rmandie \chord{G}und Pyren \chord{D}äe \chord{A}n, \\
|
||||
h \chord{D}ab die ha \chord{G}lbe Wel \chord{D}t geseh \chord{A}n.
|
||||
/: \chord{D}Bin ja nur ein \chord{A}armer \chord{D}Zigeuner, \\
|
||||
habe nichts als \chord{A}Wagen und \chord{D}Pferd. :/ \\
|
||||
\chord{D}Normandie \chord{G}und \chord{A}Pyrenäen, \\
|
||||
\chord{D}hab die \chord{G}halbe \chord{D}Welt \chord{A}gesehn.
|
||||
\end{verse}
|
||||
|
||||
\begin{verse}
|
||||
|
||||
Reference in New Issue
Block a user