Browse Source

extend musicnote environments to take lang into account

remotes/origin/cmake
Romain Goffe 13 years ago
parent
commit
033faf3131
  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