summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/abc
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
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')
-rw-r--r--Master/texmf-dist/doc/latex/abc/README31
-rw-r--r--Master/texmf-dist/doc/latex/abc/abc.pdfbin162377 -> 166828 bytes
-rw-r--r--Master/texmf-dist/doc/latex/abc/example.tex3
-rw-r--r--Master/texmf-dist/doc/latex/abc/mupexa.tex76
-rw-r--r--Master/texmf-dist/doc/latex/abc/poll.abc1
-rw-r--r--Master/texmf-dist/doc/latex/abc/simple.mup13
6 files changed, 112 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/latex/abc/README b/Master/texmf-dist/doc/latex/abc/README
index 09f66ffc759..b59512bab32 100644
--- a/Master/texmf-dist/doc/latex/abc/README
+++ b/Master/texmf-dist/doc/latex/abc/README
@@ -1,9 +1,9 @@
The abc package lets you include lines of music written in the ABC Plus
language (http://abcplus.sourceforge.net).
-This is version 1.0 of the package
+This is version 2.0 of the package
- Copyright 2006 Enrico Gregorio
+ Copyright 2006-2008 Enrico Gregorio
This program is provided under the terms of the
LaTeX Project Public License distributed from CTAN
@@ -24,26 +24,35 @@ abc.pdf
and of the derived files
abc.sty
+mup.sty
example.tex
poll.abc
+mupexa.tex
+simple.mup
To install the distribution:
o run "latex abc.ins"
o run "latex -shell-escape example.tex" for a test
-o move "abc.sty" to locations where LaTeX will find
- it (the FAQ on CTAN in /help/uktug-FAQ gives more
- information about this magic place
+o move "abc.sty" and "mup.sty" to locations where LaTeX will
+ find it (the FAQ on CTAN in /help/uktug-FAQ gives more
+ information about this magic place)
Please note that you need, on your system, the
utilities "abcm2ps" (http://abcplus.sourceforge.net),
-either "ps2eps" (which comes with teTeX) or "ps2epsi"
+either "ps2eps" (which comes with TeX Live) or "ps2epsi"
(which comes with Ghostscript), and epstopdf (which
-comes with teTeX) if you use pdflatex.
+comes with TeX Live) if you use pdflatex.
-Note also that you must enable "shell escape" on
-your TeX system via the command line switch (at least);
-see the teTeX documentation.
+If you want to compile the Mup examples, you need the
+utility "mup" (http://www.arkkra.com), along with the
+Postscript utilities mentioned above.
-2006/03/22
+Note also that you must enable "shell escape" on your
+TeX system via the command line switch (at least); see
+your distribution's documentation. However, this is not
+strictly necessary in order to use the package, see the
+documentation.
+
+2008/03/03
Enrico Gregorio
diff --git a/Master/texmf-dist/doc/latex/abc/abc.pdf b/Master/texmf-dist/doc/latex/abc/abc.pdf
index 3dc7a406f17..1291a8d0f7b 100644
--- a/Master/texmf-dist/doc/latex/abc/abc.pdf
+++ b/Master/texmf-dist/doc/latex/abc/abc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/abc/example.tex b/Master/texmf-dist/doc/latex/abc/example.tex
index e5129232951..8692722001b 100644
--- a/Master/texmf-dist/doc/latex/abc/example.tex
+++ b/Master/texmf-dist/doc/latex/abc/example.tex
@@ -6,7 +6,7 @@
%%
%% abc.dtx (with options: `example')
%%
-%% Copyright 2006 Enrico Gregorio
+%% Copyright 2006, 2008 Enrico Gregorio
%%
%% This program is provided under the terms of the
%% LaTeX Project Public License distributed from CTAN
@@ -75,6 +75,7 @@ is already in our directory.
\abcinput{poll}
\end{document}
+
\endinput
%%
%% End of file `example.tex'.
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'.
diff --git a/Master/texmf-dist/doc/latex/abc/poll.abc b/Master/texmf-dist/doc/latex/abc/poll.abc
index 8f46f98680b..a408c7f596d 100644
--- a/Master/texmf-dist/doc/latex/abc/poll.abc
+++ b/Master/texmf-dist/doc/latex/abc/poll.abc
@@ -13,3 +13,4 @@ K:Amix
~f3 d ~e3 c | d2 (3Bcd efge | aged (3=cBA GB | ~A3 G A2:|
|: ef | ~g3 f gfef | g2 ga gedg | eaag a3 g | eaag a2 ag |
~f3 d ~e3 c | d2 (3Bcd efge | aged (3=cBA GB | ~A3 G A2 :|
+
diff --git a/Master/texmf-dist/doc/latex/abc/simple.mup b/Master/texmf-dist/doc/latex/abc/simple.mup
new file mode 100644
index 00000000000..5ec082035ca
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/abc/simple.mup
@@ -0,0 +1,13 @@
+
+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