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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
# guitartabs class
# Matthew Bertucci 2/15/2022
#include:inputenc
#include:geometry
#include:xifthen
#include:tikz
#include:musixtex
#include:harmony
#include:intcalc
# options passed to article class
#keyvals:\documentclass/guitartabs#c
a4paper
a5paper
b5paper
letterpaper
legalpaper
executivepaper
landscape
10pt
11pt
12pt
oneside
twoside
draft
final
titlepage
notitlepage
onecolumn
twocolumn
leqno
fleqn
openbib
#endkeyvals
\artistname{name}
\albumtitle{title%text}
\songname{name}
\maketabheader
\thetabstrings#*
\thetabbars#*
\thetabcstring#*
\thetabcbar#*
\thetabcn#*
\thetabcdn#*
\theflag#*
\begin{tabline}{bars}{ts-upper}{ts-lower}{tuning}
\end{tabline}
\gtuning#*
\timesigtop#*
\timesigbot#*
\tabwidth#*
\ypostimetop#*
\ypostimebot#*
\nextbar
\note{numerator}{denominator}{string}{fret}
\xpos#S
\notel{numerator}{denominator}{string}{fret}{length}
\restwhole{numerator}{denominator}
\resthalf{numerator}{denominator}
\restquarter{numerator}{denominator}
\resteighth{numerator}{denominator}
\restsixteenth{numerator}{denominator}
|