summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/abc/mupexa.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-03-08 23:20:19 +0000
committerKarl Berry <karl@freefriends.org>2008-03-08 23:20:19 +0000
commitd6767c07e4b1da71175894668d79303343af63f2 (patch)
tree69c2d7056589eff6b2dbc3a49bced1220eb06c08 /Master/texmf-dist/doc/latex/abc/mupexa.tex
parent528aaa7971899a4d43d0b074b87872929e004cf9 (diff)
abc 2 (8mar08)
git-svn-id: svn://tug.org/texlive/trunk@6902 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/abc/mupexa.tex')
-rw-r--r--Master/texmf-dist/doc/latex/abc/mupexa.tex76
1 files changed, 76 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/abc/mupexa.tex b/Master/texmf-dist/doc/latex/abc/mupexa.tex
new file mode 100644
index 00000000000..b24f5c93d38
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/abc/mupexa.tex
@@ -0,0 +1,76 @@
+%%
+%% This is file `mupexa.tex',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% abc.dtx (with options: `example-mup')
+%%
+%% Copyright 2006, 2008 Enrico Gregorio
+%%
+%% This program is provided under the terms of the
+%% LaTeX Project Public License distributed from CTAN
+%% archives in directory macros/latex/base/lppl.txt.
+%%
+%% Author: Enrico Gregorio
+%% Enrico dot Gregorio at univr dot it
+%%
+%% This work has the LPPL maintenance status "author-maintained".
+%%
+
+\documentclass[a4paper,12pt]{article}
+\usepackage[generate,ps2eps]{mup}
+\usepackage{mathptmx}
+
+\begin{document}
+
+\title{Example of MUP in \LaTeX{}}
+\author{Martin Tarenskeen}
+\date{}
+\maketitle
+
+This is a short piece.
+
+\medskip
+
+\begin{mup}
+1: a-;b-;c;d;
+bar
+1: e;f;g;a;
+endbar
+\end{mup}
+
+\medskip
+
+This is another short piece, but we would like to keep the
+MUP source in our directory.
+
+\begin{mup}[name=mymup]
+score
+staffs=2
+time=6/8
+beamstyle=4.,4.
+
+staff 2
+clef=bass
+
+music
+1: 8c;d;e;f;g;a;
+2: 4.ceg;cfa;
+repeatend
+
+\end{mup}
+
+\clearpage
+
+And finally, we want to set also the last piece; its MUP code
+is already in our directory.
+
+\medskip
+
+\mupinput{simple}
+
+\end{document}
+\endinput
+%%
+%% End of file `mupexa.tex'.