blob: 08d61357c88801d6b54d4036903f7a4666872283 (
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
|
\documentclass{article}
\thispagestyle{empty}
\usepackage{gtrcrd}
\setlength{\crdheight}{2ex} % reduce spacing
\def\crdfont{\footnotesize \itshape \sffamily} % chord font
\setlength{\parindent}{0pt}
\begin{document}
\textbf{Imagine (John Lennon)}
\emph{Intro, $\times$ 2}
% if chords overlap, use \hspace:
\C {\hspace{3mm}} \C[maj7] {\hspace{10mm}} \F ~
\C Imagine there's \C[maj7] no {\hspace{5mm}} \F heaven
\C It's easy if \C[maj7] you {\hspace{2mm}} \F try
\C No hell \C[maj7] below \F us
\C Above us \C[maj7] only {\hspace{2mm}} \F sky
\end{document}
|