summaryrefslogtreecommitdiff
path: root/info/latex4musicians/Figures/guitar.tex
blob: f5cee20465832c100e9f43c7f0a7b76cdd83d7e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
\documentclass{article}
\thispagestyle{empty}
\usepackage{guitar}

\begin{document}

\begin{guitar}
  \textbf{Imagine (John Lennon)}

  \emph{Intro, $\times$ 2}
   % use tilde to add some space
  [C] ~ [Cmaj7] ~ [F] ~
  % if chords overlap, add | at the end of the chord, like:
  [C]Imagine there's [Cmaj7|]{no} [F]heaven
  [C]It's easy if [Cmaj7|]{you} [F]try
  [C]No hell [Cmaj7|]{below} [F]us
  [C]Above us [Cmaj7|]{only} [F]sky
\end{guitar}

\end{document}