From 44ea072716a33fe14ab1e989ca56f760f0ab0cd7 Mon Sep 17 00:00:00 2001 From: shahondin1624 Date: Thu, 2 Apr 2026 17:23:22 +0200 Subject: [PATCH] Remove paragraph indentation and Carmina Leonis from song footer - Set \parindent to 0pt for clean left-aligned text - Remove current book column from song page footer (keep only reference books: BuLiBu, CL gr., SwA, Barde, LiBock) Co-Authored-By: Claude Opus 4.6 (1M context) --- songbook-style.sty | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/songbook-style.sty b/songbook-style.sty index ff7ef75..3b73161 100644 --- a/songbook-style.sty +++ b/songbook-style.sty @@ -71,6 +71,9 @@ bar-shortcuts = false, } +% --- No paragraph indentation (matches reference style) --- +\setlength{\parindent}{0pt} + \setchords{ format = \small, } @@ -220,14 +223,13 @@ \endgroup \vspace{3mm}% \begingroup\footnotesize\centering - \begin{tabular}{cccccc} - BuLiBu & CL (gr.) & SwA & Barde & LiBock & Carmina Leonis \\ + \begin{tabular}{ccccc} + BuLiBu & CL (gr.) & SwA & Barde & LiBock \\ \ifsongproperty{bulibu}{\songproperty{bulibu}}{} & \ifsongproperty{cl}{\songproperty{cl}}{} & \ifsongproperty{swa}{\songproperty{swa}}{} & \ifsongproperty{barde}{\songproperty{barde}}{} & - \ifsongproperty{libock}{\songproperty{libock}}{} & - \thepage + \ifsongproperty{libock}{\songproperty{libock}}{} \end{tabular}\par \endgroup \newpage