Browse Source

textnote and musinote environments now take the songbook's language into account

remotes/origin/translate_notes
Romain Goffe 14 years ago
parent
commit
a02c0a3f5a
  1. 9
      crepbook.cls

9
crepbook.cls

@ -358,6 +358,7 @@
\renewcommand{\bar}{}%
}{}%
\fi%
%% End of tabs.sty file
\RequirePackage{xspace}
\newcommand{\Intro}{
@ -383,8 +384,12 @@
\let\musicnoteORIG\musicnote
\renewcommand{\musicnote}[2][english]{%
\musicnoteORIG{#2}
\IfStrEq{\@lang}{#1}{\musicnoteORIG{#2}}{}
}
\let\textnoteORIG\textnote
\renewcommand{\textnote}[2][english]{%
\IfStrEq{\@lang}{#1}{\textnoteORIG{#2}}{}
}
%% End of tabs.sty file
\makeatother

Loading…
Cancel
Save