From ab00b710b1558a15c65ffed1f641421995b87f54 Mon Sep 17 00:00:00 2001 From: shahondin1624 Date: Thu, 2 Apr 2026 12:03:27 +0200 Subject: [PATCH] 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) --- songbook-style.sty | 1 + 1 file changed, 1 insertion(+) diff --git a/songbook-style.sty b/songbook-style.sty index d44cf28..1b25c8e 100644 --- a/songbook-style.sty +++ b/songbook-style.sty @@ -158,6 +158,7 @@ \endhead \InputIfFileExists{\jobname.songtoc}{}{}% \end{longtable}% + \rowcolors{1}{}{}% } % ==========================================================================