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

Some more smaller changes

parent 831580b5
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
"editor": "Reinhold Kainhofer", "editor": "Reinhold Kainhofer",
"editorurl": "http://reinhold.kainhofer.com/", "editorurl": "http://reinhold.kainhofer.com/",
"editormail": "reinhold@kainhofer.com", "editormail": "reinhold@kainhofer.com",
"scorenumber": "EK-Sheet-01", "scorenumber": "EK-Lily-01",
"scoreinfo": "", "scoreinfo": "",
"basename": "LilyPond_CheatSheet", "basename": "LilyPond_CheatSheet",
......
No preview for this file type
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Crop marks for printing % Crop marks for printing
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \usepackage[width=232truemm,height=319truemm,center,cam]{crop} \usepackage[width=215truemm,height=302truemm,center,cam]{crop}
\tracingstats=0 \tracingstats=0
...@@ -65,6 +65,7 @@ ...@@ -65,6 +65,7 @@
\definecolor{boxBorder}{rgb}{0,1.0,0.0} \definecolor{boxBorder}{rgb}{0,1.0,0.0}
\definecolor{boxBackground}{rgb}{1,1,1} \definecolor{boxBackground}{rgb}{1,1,1}
\definecolor{textColor}{rgb}{0,0,0} \definecolor{textColor}{rgb}{0,0,0}
\definecolor{headerTextColor}{rgb}{0.97,1,0.68}
\definecolor{row1}{rgb}{0.8,0.8,0.8} \definecolor{row1}{rgb}{0.8,0.8,0.8}
\definecolor{row2}{rgb}{1,1,1} \definecolor{row2}{rgb}{1,1,1}
...@@ -101,7 +102,7 @@ ...@@ -101,7 +102,7 @@
headershape=rectangle, headershape=rectangle,
headershade=plain, headershade=plain,
headerColorOne=boxBorder, headerColorOne=boxBorder,
headerFontColor=textColor, headerFontColor=posterBackground,
headerborder=open, headerborder=open,
headerfont=\textbf, %Sans Serif headerfont=\textbf, %Sans Serif
% Box border % Box border
...@@ -172,7 +173,14 @@ Common options:\vspace{-1.5em} ...@@ -172,7 +173,14 @@ Common options:\vspace{-1.5em}
\includegraphics[scale=\imgw]{out/durations.preview} & \texttt{g1\,\,\,g2\,\,\,g4\,\,\,g8\,\,\,g16\,\,\,g4.\,\,\,g4..} & durations (1, 2, 4, 8, 16, ...); \break append ``\texttt{.}'' for dotted note \tn \includegraphics[scale=\imgw]{out/durations.preview} & \texttt{g1\,\,\,g2\,\,\,g4\,\,\,g8\,\,\,g16\,\,\,g4.\,\,\,g4..} & durations (1, 2, 4, 8, 16, ...); \break append ``\texttt{.}'' for dotted note \tn
\includegraphics[scale=\imgw]{out/beaming} &\texttt{g8 g8 g8[ g g] g8[ g16 g16]$\!\!\!\!\!\!$} & Automatic and manual beaming \tn \includegraphics[scale=\imgw]{out/beaming} &\texttt{g8 g8 g8[ g g] g8[ g16 g16]$\!\!\!\!\!\!$} & Automatic and manual beaming \tn
\includegraphics[scale=\imgw]{out/rest.preview.pdf} & \texttt{r2\,\,\,r4\,\,\,r4.\,\,\,r4..\,\,\,r8\,\,\,r16\,\,\,r32}$\!\!\!$ & rests: \texttt{r} like a note name \tn \includegraphics[scale=\imgw]{out/rest.preview.pdf} & \texttt{r2 r4 r4..\ r16 s4 r4} & rests:
\begin{tabular}{l}%
\rowcolor{white}\rowcolors{5}{}{}
\texttt{r} (like a note name)\\
\rowcolor{white}
\texttt{s} for invisible rests
\end{tabular}
\tn
\includegraphics[scale=\imgw]{out/clefs} & \texttt{\textbackslash{}clef "treble" \textbackslash{}clef "bass" \textbackslash{}clef "tenor" \textbackslash{}clef "treble\_8" } & Clefs \tn \includegraphics[scale=\imgw]{out/clefs} & \texttt{\textbackslash{}clef "treble" \textbackslash{}clef "bass" \textbackslash{}clef "tenor" \textbackslash{}clef "treble\_8" } & Clefs \tn
\includegraphics[scale=\imgw]{out/time} & \texttt{\textbackslash{}time 4/4 \textbackslash{}time 2/2 \textbackslash{}time 3/4 \textbackslash{}time 3/8 } & Time signature \tn \includegraphics[scale=\imgw]{out/time} & \texttt{\textbackslash{}time 4/4 \textbackslash{}time 2/2 \textbackslash{}time 3/4 \textbackslash{}time 3/8 } & Time signature \tn
\includegraphics[scale=\imgw]{out/keys} & \texttt{\textbackslash{}key c \textbackslash{}minor \ \ \textbackslash{}key b \textbackslash{}dorian \ \ \textbackslash{}key c \textbackslash{}major } & Key \tn \includegraphics[scale=\imgw]{out/keys} & \texttt{\textbackslash{}key c \textbackslash{}minor \ \ \textbackslash{}key b \textbackslash{}dorian \ \ \textbackslash{}key c \textbackslash{}major } & Key \tn
...@@ -331,7 +339,7 @@ Creative Commons Attribution-NonCommercial 3.0 ...@@ -331,7 +339,7 @@ Creative Commons Attribution-NonCommercial 3.0
\iffalse
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Back Page: Tweaking Lilypond output % Back Page: Tweaking Lilypond output
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
...@@ -350,7 +358,7 @@ Creative Commons Attribution-NonCommercial 3.0 ...@@ -350,7 +358,7 @@ Creative Commons Attribution-NonCommercial 3.0
% Box headers: % Box headers:
headershape=rectangle, headershape=rectangle,
headershade=plain, headershade=plain,
headerColorOne=boxBorder, headerColorOne=posterBackground,
headerFontColor=textColor, headerFontColor=textColor,
headerborder=open, headerborder=open,
headerfont=\textbf, %Sans Serif headerfont=\textbf, %Sans Serif
...@@ -492,5 +500,6 @@ italiano & do re mi fa sol la sib si & -d -b -dd -bb \tn ...@@ -492,5 +500,6 @@ italiano & do re mi fa sol la sib si & -d -b -dd -bb \tn
} }
\end{poster} \end{poster}
\fi
\end{document} \end{document}
\include "basic-notation-snippets.ily" \include "basic-notation-snippets.ily"
\relative c' {r2 r4 r4. r4.. r8 r16 r32} \relative c' {r2 r4 r4.. r16 s4 r4}
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment