Skip to content

Instantly share code, notes, and snippets.

Created September 13, 2017 02:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/9a28acef479bea51e2cf8d08b3351638 to your computer and use it in GitHub Desktop.
Save anonymous/9a28acef479bea51e2cf8d08b3351638 to your computer and use it in GitHub Desktop.
\documentclass{article}
\usepackage{lipsum}
\usepackage[bookmarks=true]{hyperref}
\newcount\pdfoutput
\pdfoutput=1
\usepackage[lyric]{songs}
\begin{document}
\begin{songs}{}
\beginsong{My Song}
\beginverse
\lipsum[1]
\endverse
\endsong
\end{songs}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment