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

\begin{document}

\begin{song}{title={Imagine}, music={John Lennon}}
\begin{verse}

  Intro, $\times$ 2\\
  \chord{C}~ \chord{Cmaj7}~ \chord{F}~
  
  % The ^ character is a shortcut for \chord
  \chord{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{verse}
\end{song}

\end{document}