From bfafc82b199fa43335e1205e2bd12ded72a0febe Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Thu, 13 Oct 2011 21:34:54 +0200 Subject: [PATCH] tweak spacing before textnote/musicnote environments --- crepbook.cls | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crepbook.cls b/crepbook.cls index ce01f41d..5319961b 100644 --- a/crepbook.cls +++ b/crepbook.cls @@ -390,6 +390,7 @@ \let\musicnoteORIG\musicnote \renewcommand{\musicnote}[2][]{% + \vspace{.1cm} \IfStrEq{}{#1}{\musicnoteORIG{#2}}{ \IfStrEq{\@lang}{#1}{\musicnoteORIG{#2}}{} } @@ -397,6 +398,7 @@ \let\textnoteORIG\textnote \renewcommand{\textnote}[2][]{% + \vspace{.1cm} \IfStrEq{}{#1}{\textnoteORIG{#2}}{ \IfStrEq{\@lang}{#1}{\textnoteORIG{#2}}{} }