summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex4musicians/Figures/leadsheets.tex
blob: c6e1584300613df95dfaab3ac05de04777bc9886 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
\documentclass{article}
\usepackage[full]{leadsheets}
\thispagestyle{empty}

\begin{document}

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

  \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{verse}
\end{song}

\end{document}