For fun and profit I'm typesetting the first 4 chords the book I'm reading to learn the guitar recommends practicing, however I find hard to change the size of the diagrams, so they are very visible on the paper and I don't have to squint my eyes.
Here is my code so far:
\documentclass{article}
\usepackage[a6paper]{geometry}
\usepackage{gchords}
\usepackage{guitarchordschemes}
\thispagestyle{empty}
\begin{document}
\setchordscheme{
x-unit=10cm,
y-unit=20cm,
}
\def\numfrets{5}
\chords{
\chord{t}{o,f2p2,f3p2,o,o,o}{E menor}
\chord{t}{x,o,f2p2,f3p2,f1p1,o}{A mayor}
}
\chords{
\chord{t}{x,f3p3,f2p2,o,f1p1,o}{C mayor}
\chord{t}{x,x,f3p3,f2p2,f1p1,o}{F mayor 7}
}
\end{document}
\setchordschemeis fromguitarchordschemesbut\chordsand\chordare (probably) fromgchords. The options from the former naturally don't influence the latter. – cgnieder Apr 07 '20 at 07:23gchords. EDIT: Just noticed that the PDF I was reading only groups a series of packages and that full documentation for gchords can be found here http://mirrors.ucr.ac.cr/CTAN/graphics/gchords/gchords_doc.pdf – shackra Apr 07 '20 at 16:27texdoc gchordson the command line – cgnieder Apr 07 '20 at 16:49