diff --git a/LilyPond_CheatSheet.def b/LilyPond_CheatSheet.def
index 1eda91bdcb9c170f5afde4a480f31b39af353df9..5575fd3f630ff12392d7f775dbbae27bd1127218 100644
--- a/LilyPond_CheatSheet.def
+++ b/LilyPond_CheatSheet.def
@@ -15,7 +15,7 @@
     "editor": "Reinhold Kainhofer",
     "editorurl": "http://reinhold.kainhofer.com/",
     "editormail": "reinhold@kainhofer.com",
-    "scorenumber": "EK-Sheet-01",
+    "scorenumber": "EK-Lily-01",
     "scoreinfo": "",
     "basename": "LilyPond_CheatSheet",
 
diff --git a/LilyPond_CheatSheet.pdf b/LilyPond_CheatSheet.pdf
index faf6339ff01df05fd436cb335760a5ebbe2c6f70..8f717fedc9e34c0979a67d969a0fb59cf787b56c 100644
Binary files a/LilyPond_CheatSheet.pdf and b/LilyPond_CheatSheet.pdf differ
diff --git a/LilyPond_CheatSheet.tex b/LilyPond_CheatSheet.tex
index 4c2610cc6994fed248682d0f909007687f1d81a0..bb952083d6c43060fa0c8166bfb504ec01dc06ce 100644
--- a/LilyPond_CheatSheet.tex
+++ b/LilyPond_CheatSheet.tex
@@ -3,7 +3,7 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 % Crop marks for printing
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% \usepackage[width=232truemm,height=319truemm,center,cam]{crop}
+\usepackage[width=215truemm,height=302truemm,center,cam]{crop}
 
 \tracingstats=0
 
@@ -65,6 +65,7 @@
 \definecolor{boxBorder}{rgb}{0,1.0,0.0}
 \definecolor{boxBackground}{rgb}{1,1,1}
 \definecolor{textColor}{rgb}{0,0,0}
+\definecolor{headerTextColor}{rgb}{0.97,1,0.68}
 
 \definecolor{row1}{rgb}{0.8,0.8,0.8}
 \definecolor{row2}{rgb}{1,1,1}
@@ -101,7 +102,7 @@
   headershape=rectangle,
   headershade=plain,
   headerColorOne=boxBorder,
-  headerFontColor=textColor,
+  headerFontColor=posterBackground,
   headerborder=open,
   headerfont=\textbf, %Sans Serif
   % Box border
@@ -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/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/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
@@ -331,7 +339,7 @@ Creative Commons Attribution-NonCommercial 3.0
 
 
 
-
+\iffalse
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %  Back Page: Tweaking Lilypond output
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -350,7 +358,7 @@ Creative Commons Attribution-NonCommercial 3.0
   % Box headers:
   headershape=rectangle,
   headershade=plain,
-  headerColorOne=boxBorder,
+  headerColorOne=posterBackground,
   headerFontColor=textColor,
   headerborder=open,
   headerfont=\textbf, %Sans Serif
@@ -492,5 +500,6 @@ italiano & do re mi fa sol la sib si & -d -b -dd -bb \tn
 }
 \end{poster}
 
+\fi
 
 \end{document}
diff --git a/examples/rest.ly b/examples/rest.ly
index b1c02bbdaf6e780092f46a37c29b7ecc22b94a67..abd595df479962ae0d1d0b408979234a08c14ee4 100644
--- a/examples/rest.ly
+++ b/examples/rest.ly
@@ -1,2 +1,2 @@
 \include "basic-notation-snippets.ily"
-\relative c' {r2 r4 r4. r4.. r8 r16 r32}
+\relative c' {r2 r4 r4.. r16  s4 r4}
diff --git a/out/rest.pdf b/out/rest.pdf
index d1fc226dbd1f01c678a42060848b364a808bd9db..640dbcd3fe39b7e3f90b9c618e3e4cdc3b90d3fc 100644
Binary files a/out/rest.pdf and b/out/rest.pdf differ
diff --git a/out/rest.preview.pdf b/out/rest.preview.pdf
index 474e6e1ac028658e4507786d9a6ff52792764094..dfd542c0566be796c11d57e67cad00dc3c671c10 100644
Binary files a/out/rest.preview.pdf and b/out/rest.preview.pdf differ