From 406f160a83ee4d14346e92a73909993fbf233f06 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 22:45:31 +0000 Subject: [PATCH] lilypond-1.3.25 --- tex/titledefs.tex | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tex/titledefs.tex b/tex/titledefs.tex index 547355d6da..70069f75c4 100644 --- a/tex/titledefs.tex +++ b/tex/titledefs.tex @@ -16,6 +16,9 @@ \def\thepiece{} \def\themeter{} \def\thepoet{} +\def\theheader{} +\def\thefooter{} +\def\theorchestralinstrument{} % % duh. LaTeX has a \title too. \renewcommand*{\title}[1]{\def\thetitle{#1}} @@ -30,6 +33,8 @@ % \newcommand*{\mudelatitle}[1]{\def\thetitle{#1}} \newcommand*{\mudelasubtitle}[1]{\def\thesubtitle{#1}} +\newcommand*{\mudelafooter}[1]{\def\thefooter{#1}} +\newcommand*{\mudelahead}[1]{\def\theheader{#1}} \newcommand*{\mudelacomposer}[1]{\def\thecomposer{#1}} \newcommand*{\mudelaarranger}[1]{\def\thearranger{#1}} \newcommand*{\mudelainstrument}[1]{\def\theinstrument{#1}} -- 2.39.5