ich möchte mir gerne ein eigenes Liederbuch erstellen. Leadsheets erfüllt meine wünsche soweit. Nur leider weiß ich nicht, wie ich ein Inhaltsverzeichnis aller Lieder erstellen kann.
\documentclass{article}
\usepackage{leadsheets}
\begin{document}
\tableofcontents
\begin{song}{title={Mary Had A Little Lamb}, music={Stevie Ray Vaughan},
lyrics={traditional}, tags={srv,blues}}
\begin{verse}
Mary had a little lamb \\
Its fleece was white as snow, yea \\
Everywhere the child went \\
The little lamb was sure to go, yea
\end{verse}
\begin{verse}
He followed her to school one day \\
And broke the teacher's rule \\
What a time did they have \\
That day at school
\end{verse}
\end{song}
\newpage
\begin{song}{title={Mary Had A Little Lamb 2}, music={Stevie Ray Vaughan},
lyrics={traditional}, tags={srv,blues}}
\begin{verse}
Mary had a little lamb 2\\
Its fleece was white as snow, yea \\
Everywhere the child went \\
The little lamb was sure to go, yea
\end{verse}
\begin{verse}
He followed her to school one day 2\\
And broke the teacher's rule \\
What a time did they have \\
That day at school
\end{verse}
\end{song}
\end{document}
Schon im Voraus danke für die Hilfe.
