|
@ -358,6 +358,7 @@ |
|
|
\renewcommand{\bar}{}% |
|
|
\renewcommand{\bar}{}% |
|
|
}{}% |
|
|
}{}% |
|
|
\fi% |
|
|
\fi% |
|
|
|
|
|
%% End of tabs.sty file |
|
|
|
|
|
|
|
|
\RequirePackage{xspace} |
|
|
\RequirePackage{xspace} |
|
|
\newcommand{\Intro}{ |
|
|
\newcommand{\Intro}{ |
|
@ -383,8 +384,12 @@ |
|
|
|
|
|
|
|
|
\let\musicnoteORIG\musicnote |
|
|
\let\musicnoteORIG\musicnote |
|
|
\renewcommand{\musicnote}[2][english]{% |
|
|
\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 |
|
|
\makeatother |
|
|