summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex4musicians/Figures/guitartabs.tex
blob: 7a49de50868b51faecfcbb559a5a48cef9becaf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
\documentclass{guitartabs}
\thispagestyle{empty}

\begin{document}

\Large

\begin{tabline}{4}{4}{4}{E,A,D,G,B,e}
  % bar 1
  % note 1 of 3, string 5, fret 4, note lenght 1/4
  \notel{1}{3}{5}{3}{4}
  % note 2 of 3, string 4, fret 0, note lenght 1/4
  \notel{2}{3}{4}{0}{4}
  \notel{3}{3}{4}{2}{4}
  % bar 2
  \nextbar
  \notel{1}{3}{4}{3}{4}
  \notel{2}{3}{3}{0}{4}
  \notel{3}{3}{3}{2}{4}
  % bar 3
  \nextbar
  \notel{1}{3}{2}{0}{4}
  \notel{2}{3}{3}{2}{4}
  \notel{3}{3}{2}{0}{4}
  % bar 4
  \nextbar
  \notel{1}{3}{5}{3}{2}
  % rests
  \restquarter{2}{3}
  \restquarter{3}{3}
\end{tabline}


\end{document}