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,10 +9,10 @@
|
||||
}
|
||||
|
||||
\begin{verse}
|
||||
Ro \chord{e}ter Mond ü \chord{D}ber´m Silbersee, \\
|
||||
Fe \chord{e}uerglut \chord{D}wärmt den kalten Tee. \\
|
||||
/: \chord{G}Kiefernwa \chord{D}ld in der Nacht, \\
|
||||
und noc \chord{a}h ist der neue Ta \chord{e}g nicht erwacht. :/
|
||||
\chord{e}Roter Mond \chord{D}über´m Silbersee, \\
|
||||
\chord{e}Feuerglut \chord{D}wärmt den kalten Tee. \\
|
||||
/: \chord{D}Kiefernwald in der Nacht, \\
|
||||
und \chord{a}noch ist der neue \chord{e}Tag nicht erwacht. :/
|
||||
\end{verse}
|
||||
|
||||
\begin{verse}
|
||||
|
||||
Reference in New Issue
Block a user