From af73afc26f06c9696f4a715e25f5ea38fc34b87b Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 22:28:09 +0000 Subject: [PATCH] lilypond-1.3.0 --- ly/accordion-defs.ly | 2 +- tex/titledefs.tex | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ly/accordion-defs.ly b/ly/accordion-defs.ly index b4051d111a..c8caeabfd4 100644 --- a/ly/accordion-defs.ly +++ b/ly/accordion-defs.ly @@ -6,7 +6,7 @@ % 16' = S % -\scmfile "accordion-script.scm"; +#(eval-string (ly-gulp-file "accordion-script.scm")) accDiscant = \script "accDiscant" accDiscantF = \script "accDiscantF" diff --git a/tex/titledefs.tex b/tex/titledefs.tex index 876dff5213..5b02ba912f 100644 --- a/tex/titledefs.tex +++ b/tex/titledefs.tex @@ -14,7 +14,7 @@ \def\theinstrument{} \def\theopus{} \def\thepiece{} -\def\themetre{} +\def\themeter{} \def\thepoet{} % % duh. LaTeX has a \title too. @@ -25,7 +25,7 @@ \newcommand*{\instrument}[1]{\def\theinstrument{#1}} \newcommand*{\opus}[1]{\def\theopus{#1}} \newcommand*{\piece}[1]{\def\thepiece{#1}} -\newcommand*{\metre}[1]{\def\themetre{#1}} +\newcommand*{\meter}[1]{\def\themeter{#1}} \newcommand*{\poet}[1]{\def\thepoet{#1}} % \newcommand*{\mudelatitle}[1]{\def\thetitle{#1}} @@ -35,8 +35,8 @@ \newcommand*{\mudelainstrument}[1]{\def\theinstrument{#1}} \newcommand*{\mudelaopus}[1]{\def\theopus{#1}} \newcommand*{\mudelapiece}[1]{\def\thepiece{#1}} -\newcommand*{\mudelametre}[1]{\def\themetre{#1}} -\newcommand*{\mudelameter}[1]{\def\themetre{#1}} +\newcommand*{\mudelametre}[1]{\def\themeter{#1}} +\newcommand*{\mudelameter}[1]{\def\themeter{#1}} \newcommand*{\mudelapoet}[1]{\def\thepoet{#1}} % % @@ -53,7 +53,7 @@ \edef\saveparskip{\parskip}\parskip-5mm \begin{minipage}[t]{0.45\textwidth} \ifx\mudelanull\thepoet\else{\thepoet}\\ \fi - \ifx\mudelanull\themetre\else{\themetre}\\ \fi + \ifx\mudelanull\themeter\else{\themeter}\\ \fi \end{minipage}\hspace*{\fill} \begin{minipage}[t]{0.45\textwidth} \begin{flushright} -- 2.39.5