Browse Source

extend musicnote environments to take lang into account

remotes/origin/translate_notes
Romain Goffe 14 years ago
parent
commit
675201624d
  1. 5
      crepbook.cls

5
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

Loading…
Cancel
Save