Browse Source

Add special graphic for the capo indication.

remotes/origin/translate_notes
Alexandre Dupas 15 years ago
parent
commit
88acdf5cd3
  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