lilypond-0.1.11
[lilypond.git] / tex / titledefs.tex
blob314d6759683cce11533474ad918ed8b6eb288022
2 % ideally, we should create a LaTeX/TeX class
3 % for setting music in different sizes.
5 \input lilyponddefs
6 \def\EndLilyPondOutput{\endinput}
7 \def\thetitle{}
8 \def\thecomposer{}
9 \def\theinstrument{}
10 \def\title#1{\def\thetitle{#1}}
11 \def\composer#1{\def\thecomposer{#1}}
12 \def\instrument#1{\def\theinstrument{#1}}
14 \def\maketit{
15 \begin{center}
16 {\Large\bfseries\thetitle}\\
17 \vskip12pt
18 {\bfseries\theinstrument}\hfill{\scshape\thecomposer}
19 \end{center}
20 \bigskip