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:
@@ -16,10 +16,10 @@
|
||||
% konnte nicht genau geklärt werden.
|
||||
|
||||
\begin{verse}
|
||||
Was keiner w \chord{C}ag \chord{d}t, das sollt ihr \chord{C}wagen, \\
|
||||
was keiner s \chord{F}ag \chord{D7}t, das sagt herau \chord{G}s. \\
|
||||
\chord{E7}Was keiner \chord{a}denkt, d \chord{g}as wagt zu den \chord{F}ken \\
|
||||
was keiner a \chord{C}nfängt, \chord{G7} das führt aus \chord{C}.
|
||||
Was keiner \chord{d}wagt, das sollt ihr \chord{C}wagen, \\
|
||||
was keiner \chord{D7}sagt, das sagt \chord{G}heraus. \\
|
||||
\chord{E7}Was keiner \chord{a}denkt, \chord{g}das wagt zu \chord{F}denken \\
|
||||
was keiner \chord{C}anfängt, \chord{G7}das führt \chord{C}aus.
|
||||
\end{verse}
|
||||
|
||||
\begin{verse}
|
||||
|
||||
Reference in New Issue
Block a user