diff --git a/LilyPond_CheatSheet.pdf b/LilyPond_CheatSheet.pdf
index d7d7c2c9d51f1555c50215fc9c5e30a0e449bd16..8ceb231aadf70898d8003c58adbc4b63fcec3168 100644
Binary files a/LilyPond_CheatSheet.pdf and b/LilyPond_CheatSheet.pdf differ
diff --git a/LilyPond_CheatSheet.tex b/LilyPond_CheatSheet.tex
index fb12855d4497519ebb2fd1790fc2f549c9432e40..d934ca0c6c7e8cb2e37c5889460e3a234b966d8a 100644
--- a/LilyPond_CheatSheet.tex
+++ b/LilyPond_CheatSheet.tex
@@ -1,3 +1,10 @@
+%%
+%% LilyPond Cheatsheet
+%% (C) 2011 Reinhold Kainhofer <reinhold@kainhofer.com>
+%%
+%% Licensed under the Creative Commons CC-BY-NC license.
+%%
+
 \documentclass[a4paper,portrait,fontscale=1,margin=1cm,table]{baposter}
 \input{LilyPond_CheatSheet_Definitions.itex}
 
@@ -6,7 +13,7 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 \hypersetup{
-  pdftitle={LilyPond Cheatsheet Basic},
+  pdftitle={LilyPond Cheatsheet},
 }
 
 \begin{document}
@@ -14,6 +21,6 @@
 \pagecolor{posterBackground}
 
 \input{LilyPond_CheatSheet_BasicPage.itex}
-% \input{LilyPond_CheatSheet_AdvancedPage.itex}
+\input{LilyPond_CheatSheet_AdvancedPage.itex}
 
 \end{document}
diff --git a/LilyPond_CheatSheet_Advanced.tex b/LilyPond_CheatSheet_Advanced.tex
deleted file mode 100644
index fad6e94416a2752e9f6a7ba4678e21108bebd319..0000000000000000000000000000000000000000
--- a/LilyPond_CheatSheet_Advanced.tex
+++ /dev/null
@@ -1,19 +0,0 @@
-\documentclass[a4paper,portrait,fontscale=1,margin=1cm,table]{baposter}
-\input{LilyPond_CheatSheet_Definitions.itex}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%%% Begin of Document
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-\hypersetup{
-  pdftitle={LilyPond Cheatsheet Advanced},
-}
-
-\begin{document}
-\sffamily\smaller % smaller, sans-serif font by default
-\pagecolor{posterBackground}
-
-% \input{LilyPond_CheatSheet_BasicPage.itex}
-\input{LilyPond_CheatSheet_AdvancedPage.itex}
-
-\end{document}
diff --git a/Makefile b/Makefile
index 29458caef4011990315ac66c1bf52a3320626ef6..5433f964ae817154588e7556c6082d66666a5a7f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 IN=examples
 OUT=out
 
-sheets = LilyPond_CheatSheet.pdf LilyPond_CheatSheet_Advanced.pdf
+sheets = LilyPond_CheatSheet.pdf
 
 scores = $(wildcard $(IN)/*.ly)
 outfiles = $(scores:$(IN)/%.ly=$(OUT)/%.pdf)