]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.34
authorfred <fred>
Sun, 24 Mar 2002 20:03:57 +0000 (20:03 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:03:57 +0000 (20:03 +0000)
Documentation/mudela-course.doc
tex/titledefs.tex

index a648e29e90e47314ec06d7891402d4d3897c661e..09f2229bd80c862c12c5f34990fa07c55deb6ff9 100644 (file)
@@ -16,7 +16,7 @@
 \def\postexample{\par\medskip}
 
 \emph{This document is not complete yet. It's just a brief blurb which
-  skimps some features of Mudela}
+  skims some features of Mudela}
 
 \section{Who is who}
 
index d31eda5566f3e45e19829b1ffad874894b2821e8..9cd871e4d90b3129eff7e9996cf0b25257ae386e 100644 (file)
@@ -2,6 +2,8 @@
 % ideally, we should create a LaTeX/TeX class
 % for setting music in different sizes.
 %
+% Version 0.1
+%
 \input lilyponddefs
 \def\EndLilyPondOutput{\endinput}
 %
 \def\thearranger{}
 \def\theinstrument{}
 %
-\def\title#1{\def\thetitle{#1\\}}
-\def\subtitle#1{\def\thesubtitle{#1}}
-\def\composer#1{\def\thecomposer{#1}}
-\def\composers#1{\def\thecomposer{#1}}
-\def\arranger#1{\def\thearranger{#1}}
-\def\arrangers#1{\def\thearranger{#1}}
-\def\instrument#1{\def\theinstrument{#1}}
+\newcommand*{\title}[1]{\def\thetitle{#1\\}}
+\newcommand*{\subtitle}[1]{\def\thesubtitle{#1\\}}
+\newcommand*{\composer}[1]{\def\thecomposer{#1\\}}
+\newcommand*{\arranger}[1]{\def\thearranger{#1}}
+\newcommand*{\instrument}[1]{\def\theinstrument{#1}}
+%
+\newcommand*{\mudelatitle}[1]{\def\thetitle{#1\\}}
+\newcommand*{\mudelasubtitle}[1]{\def\thesubtitle{#1\\}}
+\newcommand*{\mudelacomposer}[1]{\def\thecomposer{#1\\}}
+\newcommand*{\mudelaarranger}[1]{\def\thearranger{#1}}
+\newcommand*{\mudelainstrument}[1]{\def\theinstrument{#1}}
 %
-\def\makelilytitle{
-  \begin{center}
-    {\huge\bfseries\thetitle}{\large\bfseries\thesubtitle}
-  \end{center}
-  {\flushleft\theinstrument\hfill\scshape\thecomposer\\}
-  {\hfill\thearranger}
-  }
-
-
+\def\makelilytitle
+{
+  {\center\bfseries\huge\center\thetitle}
+        \par
+       {\center\bfseries\large\thesubtitle}
+  %\bigskip
+  {\flushleft\theinstrument\hfill\scshape\thecomposer}{\hfill\thearranger}
+}
 \endinput