From 033faf3131e231615cecb3c817b40ecdbd8a3fa6 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Wed, 10 Aug 2011 17:42:27 +0200 Subject: [PATCH] extend musicnote environments to take lang into account --- crepbook.cls | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/crepbook.cls b/crepbook.cls index 18be659d..eeae4a12 100644 --- a/crepbook.cls +++ b/crepbook.cls @@ -348,5 +348,10 @@ \newcommand{\txtChorus}{refrain\xspace} \newcommand{\txtVerse}{couplet\xsapce} +\let\musicnoteORIG\musicnote +\renewcommand{\musicnote}[2][english]{% + \musicnoteORIG{#2} +} + %% End of tabs.sty file \makeatother