Fix rowcolors bleeding into chord tabulars

Reset \rowcolors after the TOC longtable to prevent alternating
gray backgrounds from affecting leadsheets' chord placement
tabulars, which was clipping/overlaying song lyrics.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
shahondin1624
2026-04-02 12:03:27 +02:00
parent 5a63067b93
commit ab00b710b1

View File

@@ -158,6 +158,7 @@
\endhead \endhead
\InputIfFileExists{\jobname.songtoc}{}{}% \InputIfFileExists{\jobname.songtoc}{}{}%
\end{longtable}% \end{longtable}%
\rowcolors{1}{}{}%
} }
% ========================================================================== % ==========================================================================