blob: aa4497a47862c1336b2297f4c6f3529781f22398 (
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}
\usepackage{musixguit}
\thispagestyle{empty}
\begin{document}
\textbf{Imagine (John Lennon)}
\begin{song}
\emph{Intro, $\times$ 2}
\chord{C} ~ \chord{Cmaj7} {\hspace{8mm}} \chord{F}
\chord{C}Imagine there's \chord{Cmaj7}no~~~ \chord{F}heaven
\chord{C}It's easy if \chord{Cmaj7}you~~ \chord{F}try
\chord{C}No hell \chord{Cmaj7}below \chord{F}us
\chord{C}Above us \chord{Cmaj7}only~ \chord{F}sky
\end{song}
\end{document}
|