Is there a way to modify the gchords package output so that there is a horizontal line closing off the last fret?
Here is an example:
\documentclass{article}
\usepackage{gchords}
\usepackage{graphicx}
\begin{document}
\mediumchords
\def\numfrets{4}
\chord{}{f2p3,n,f1p1,f3p3,f4p4,n}{Chord}
\end{document}
As you can see, there is no horizontal line closing off the bottom (fourth) fret.
Thanks!