% ==============================================================================
%	File	: DrumKeyBare.lytex
%	Desc.	: Drum notation key
%
%	Author	: Gavin Bungay
%	Date	: 21st December 2017
%
%   Notes	: This version hasn't got any of the personalised stuff, such as the 
%				header
% ==============================================================================
\documentclass[a4paper,12pt]{scrartcl}

% ==========================================================================
% Load any necessary packages
% =========================================================================
\usepackage{verbatim}
\usepackage{amsmath}		
\usepackage{calc}
\usepackage{listings}
\usepackage{tikz}
\usepackage{hyperref}
\usepackage{graphicx}
\usepackage{float}
\usepackage{lastpage}
\usepackage{geometry}
\usepackage{scrlayer-scrpage}



\begin{document}

	\section*{Drum Notation Key}

		% Include the Lilypond fragment which contains the key
		\lilypondfile{DrumKey.ly}

\end{document}

