Browse Source

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

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