summaryrefslogtreecommitdiff
path: root/macros/generic/musixtex/doc/musixdoc/musixdoc.ltx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/generic/musixtex/doc/musixdoc/musixdoc.ltx')
-rw-r--r--macros/generic/musixtex/doc/musixdoc/musixdoc.ltx102
1 files changed, 102 insertions, 0 deletions
diff --git a/macros/generic/musixtex/doc/musixdoc/musixdoc.ltx b/macros/generic/musixtex/doc/musixdoc/musixdoc.ltx
new file mode 100644
index 0000000000..c48e40b773
--- /dev/null
+++ b/macros/generic/musixtex/doc/musixdoc/musixdoc.ltx
@@ -0,0 +1,102 @@
+%
+% This file is part of MusiXTeX
+%
+% MusiXTeX is free software; you can redistribute it and/or modify
+% it under the terms of the GNU General Public License as published by
+% the Free Software Foundation; either version 2, or (at your option)
+% any later version.
+%
+% MusiXTeX is distributed in the hope that it will be useful,
+% but WITHOUT ANY WARRANTY; without even the implied warranty of
+% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+% GNU General Public License for more details.
+%
+% You should have received a copy of the GNU General Public License
+% along with MusiXTeX; see the file COPYING. If not, write to
+% the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+% Boston, MA 02111-1307, USA.
+%
+%
+% musixdoc.tex : the document
+%
+\documentclass[twoside,11pt,notitlepage]{report}
+
+\usepackage{musixdoc}
+
+
+%\includeonly{%
+%frontmatter,
+%introduction,
+%settingup,
+%preparing,
+%writingnotes,
+%beams,
+%restsdoc,
+%spacing,
+%accidentals,
+%transposition,
+%slurstiesfont,
+%slurstiesTypeK,
+%barlines,
+%barnumbering,
+%layout,
+%changing,
+%repeats,
+%fonts,
+%miscellaneous,
+%smaller,
+%staffsize,
+%parameters,
+%extracting,
+%lyrics,
+%embedding,
+%extensions,
+%examples,
+%summary,
+%index
+%}
+
+\startmuflex
+
+\makeindex
+
+\begin{document}
+
+\include{frontmatter}
+
+\setcounter{page}{1}
+\pagenumbering{arabic}
+\renewcommand{\thepage}{\arabic{page}}
+
+\include{introduction}
+\include{settingup}
+\include{preparing}
+\include{writingnotes}
+\include{beams}
+\include{restsdoc}
+\include{spacing}
+\include{accidentals}
+\include{transposition}
+\include{slurstiesfont}
+\include{slurstiesTypeK}
+\include{barlines}
+\include{barnumbering}
+\include{layout}
+\include{changing}
+\include{repeats}
+\include{fonts}
+\include{miscellaneous}
+\include{smaller}
+\include{staffsize}
+\include{parameters}
+\include{extracting}
+\include{lyrics}
+\include{embedding}
+\include{extensions}
+\include{examples}
+
+\include{summary}
+
+\include{index}
+
+\end{document}