From e93bc07650eb42c25008eef53cdf46d7e583b3d6 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Wed, 10 Aug 2011 17:41:11 +0200 Subject: [PATCH] add some keyword macros for musicnotes --- crepbook.cls | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/crepbook.cls b/crepbook.cls index b30dd0f1..18be659d 100644 --- a/crepbook.cls +++ b/crepbook.cls @@ -341,5 +341,12 @@ }{}% \fi% +\RequirePackage{xspace} +\newcommand{\intro}{intro\xspace} +\newcommand{\outro}{outro\xspace} +\newcommand{\bridge}{bridge\xspace} +\newcommand{\txtChorus}{refrain\xspace} +\newcommand{\txtVerse}{couplet\xsapce} + %% End of tabs.sty file \makeatother