Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Lilypond Cheatsheet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Edition Kainhofer
Lilypond Cheatsheet
Commits
2f9d67ff
Commit
2f9d67ff
authored
13 years ago
by
Reinhold Kainhofer
Browse files
Options
Downloads
Patches
Plain Diff
Removed split into basic and advanced output
parent
eed48366
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
LilyPond_CheatSheet.pdf
+0
-0
0 additions, 0 deletions
LilyPond_CheatSheet.pdf
LilyPond_CheatSheet.tex
+9
-2
9 additions, 2 deletions
LilyPond_CheatSheet.tex
LilyPond_CheatSheet_Advanced.tex
+0
-19
0 additions, 19 deletions
LilyPond_CheatSheet_Advanced.tex
Makefile
+1
-1
1 addition, 1 deletion
Makefile
with
10 additions
and
22 deletions
LilyPond_CheatSheet.pdf
+
0
−
0
View file @
2f9d67ff
No preview for this file type
This diff is collapsed.
Click to expand it.
LilyPond_CheatSheet.tex
+
9
−
2
View file @
2f9d67ff
%%
%% 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}
This diff is collapsed.
Click to expand it.
LilyPond_CheatSheet_Advanced.tex
deleted
100644 → 0
+
0
−
19
View file @
eed48366
\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}
This diff is collapsed.
Click to expand it.
Makefile
+
1
−
1
View file @
2f9d67ff
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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment