Browse Source

Small update on tabs display.

remotes/origin/split-songs
Alexandre Dupas 15 years ago
parent
commit
3c1194e132
  1. 7
      crepbook.cls

7
crepbook.cls

@ -219,13 +219,13 @@
\newlength{\tablen} \newlength{\tablen}
% Variables % Variables
\def\chordtuning{E,A,D,G,B,e} \def\chordtuning{E,A,D,G,B,e}
\def\xunit{0.45} \def\xunit{0.35}
\def\yunit{0.3} \def\yunit{0.2}
% The tab environmant % The tab environmant
% \begin{tab} % \begin{tab}
\newenvironment{tab} \newenvironment{tab}
{ {
\small \footnotesize
\setcounter{tab-line}{0} \setcounter{tab-line}{0}
\setcounter{tab-tempo}{0} \setcounter{tab-tempo}{0}
@ -269,6 +269,7 @@
\draw[xshift=-0.5cm] (\value{tab-tempo},\value{tab-line}+1) --+(0,5); \draw[xshift=-0.5cm] (\value{tab-tempo},\value{tab-line}+1) --+(0,5);
} }
\hspace{-\parindent}
\begin{tikzpicture}[ \begin{tikzpicture}[
single/.style={}, single/.style={},
cm={\xunit,0,0,-\yunit,(0,0)} cm={\xunit,0,0,-\yunit,(0,0)}

Loading…
Cancel
Save