From 03ba6197af7a3e88e1bd2049e669913d32bf6968 Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Tue, 2 Nov 2010 15:36:09 +0100 Subject: [PATCH] Add possibility for instrumentation/editor on front page (for instrumental parts cover) --- editionkainhofer.sty | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/editionkainhofer.sty b/editionkainhofer.sty index 6b958dd..5ac006e 100644 --- a/editionkainhofer.sty +++ b/editionkainhofer.sty @@ -113,12 +113,16 @@ \renewcommand{\description}[1]{\gdef\@description{#1}} \let\@instrumentation\@empty \newcommand{\instrumentation}[1]{\gdef\@instrumentation{#1}} +\let\@frontpageinstrumentation\@empty +\newcommand{\frontpageinstrumentation}[1]{\gdef\@frontpageinstrumentation{#1}} \let\@scoretype\@empty \newcommand{\scoretype}[1]{\gdef\@scoretype{#1}} \let\@scoreinfo\@empty \newcommand{\scoreinfo}[1]{\gdef\@scoreinfo{#1}} \let\@editor\@empty \newcommand{\editor}[1]{\gdef\@editor{#1}} +\let\@frontpageeditor\@empty +\newcommand{\frontpageeditor}[1]{\gdef\@frontpageeditor{#1}} \let\@publisher\@empty \newcommand{\publisher}[1]{\gdef\@publisher{#1}} \let\@scorenumber\@empty @@ -185,15 +189,33 @@ \vfill \ifx\@scoreinfo\@empty% \else - { \@scoreinfo } + { \@scoreinfo\\ } \fi + \ifx\@frontpageinstrumentation\empty% + \else + { + \fontsize{12pt}{14pt}\selectfont + \vspace{0.5em} + { + \@frontpageinstrumentation\\ + } + } + \fi + \vfill \vfill \@scoretype \vfill + \fontsize{13pt}{13pt}\selectfont + \ifx\@frontpageeditor\@empty% + \else +% \fontsize{12pt}{14pt}\selectfont + \@editedby\\[0.3em]% + \@frontpageeditor% + \fi \vfill \vfill - {\fontsize{13pt}{13pt}\selectfont + { \@publisher\ifx\@scorenumber\@empty% \else, \@scorenumber\fi } @@ -219,6 +241,10 @@ \pagebreak \thispagestyle{empty}\null \pagebreak + \backpage +} + +\newcommand{\backpage}{ \thispagestyle{empty} \ifcolortitle\pagecolor{cover}\fi \null -- 2.11.4.GIT