|
@ -400,7 +400,9 @@ |
|
|
\renewcommand{\textnote}[2][]{% |
|
|
\renewcommand{\textnote}[2][]{% |
|
|
\vspace{.1cm} |
|
|
\vspace{.1cm} |
|
|
\IfStrEq{}{#1}{\@textnoteold{#2}}{ |
|
|
\IfStrEq{}{#1}{\@textnoteold{#2}}{ |
|
|
\iflanguage{#1}{\@textnoteold{#2}}{} |
|
|
\IfStrEq{\mainlanguage}{#1}{ |
|
|
|
|
|
\@textnoteold{#2} |
|
|
|
|
|
}{} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -408,7 +410,9 @@ |
|
|
\renewcommand{\musicnote}[2][]{% |
|
|
\renewcommand{\musicnote}[2][]{% |
|
|
\vspace{.1cm} |
|
|
\vspace{.1cm} |
|
|
\IfStrEq{}{#1}{\@musicnoteold{#2}}{ |
|
|
\IfStrEq{}{#1}{\@musicnoteold{#2}}{ |
|
|
\iflanguage{#1}{\@musicnoteold{#2}}{} |
|
|
\IfStrEq{\mainlanguage}{#1}{ |
|
|
|
|
|
\@musicnoteold{#2} |
|
|
|
|
|
}{} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
|
|