Browse Source

Add special graphic for the capo indication.

remotes/origin/split-songs
Alexandre Dupas 16 years ago
parent
commit
aec7e4a59c
  1. 14
      crepbook.cls
  2. BIN
      img/capodastre.pdf

14
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%

BIN
img/capodastre.pdf

Binary file not shown.
Loading…
Cancel
Save