diff --git a/crepbook.cls b/crepbook.cls index feddfced..096f74fe 100644 --- a/crepbook.cls +++ b/crepbook.cls @@ -121,6 +121,20 @@ \fi% } +\newlength{\capoheight} +\setlength{\capoheight}{1.5cm} +\renewcommand\capo[1]{% + \iftranscapos% + \transpose{#1}% + \else% + \mbox{% + \includegraphics[height=\capoheight]{capodastre}% + \put(-22,8){\Large #1} + }% + \hspace{\coverspace}% + \fi% +}% + \iflyric% \renewcommand{\gtab}[2]{}% \fi% diff --git a/img/capodastre.pdf b/img/capodastre.pdf new file mode 100644 index 00000000..82211060 Binary files /dev/null and b/img/capodastre.pdf differ