Skip to content
Snippets Groups Projects
Commit 2f9d67ff authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

Removed split into basic and advanced output

parent eed48366
No related branches found
No related tags found
No related merge requests found
No preview for this file type
%%
%% 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}
\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}
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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment