|
|
@ -17,6 +17,11 @@ |
|
|
|
\customtitletrue |
|
|
|
\DeclareOption{nocustomtitle}{\customtitlefalse} |
|
|
|
|
|
|
|
% nocustomfonts: Disable fancy fonts definition (back to LaTeX default) |
|
|
|
\newif{\ifcustomfonts} |
|
|
|
\customfontstrue |
|
|
|
\DeclareOption{nocustomfonts}{\customfontsfalse} |
|
|
|
|
|
|
|
% Remaining options are passed to the SongbookUtils package |
|
|
|
\DeclareOption*{\PassOptionsToPackage{\CurrentOption}{SongbookUtils}} |
|
|
|
|
|
|
@ -177,6 +182,7 @@ |
|
|
|
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
|
|
|
% Fonts definitions |
|
|
|
\ifcustomfonts |
|
|
|
\def\chordfont#1{\gdef\@chordfont{#1}} |
|
|
|
\def\@chordfont{\small\it} |
|
|
|
|
|
|
@ -191,6 +197,7 @@ |
|
|
|
\renewcommand{\showauthors}{% |
|
|
|
\hbox{\normalsize\songauthors}% |
|
|
|
} |
|
|
|
\fi |
|
|
|
|
|
|
|
\titleprefixword{} |
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
|
|
|