Tag 6
This commit is contained in:
parent
c1d3b34851
commit
200080fe9d
241 changed files with 62140 additions and 10 deletions
42
musixtex/doc/psslurs/README.psslurs
Normal file
42
musixtex/doc/psslurs/README.psslurs
Normal file
|
@ -0,0 +1,42 @@
|
|||
This package adds the PostScript slurs, ties and crescendos into
|
||||
MusiXTeX. It is possible to use it in almost the same way as the
|
||||
original bitmapped slur simply saying "\input musixps" at the beginning
|
||||
of your source file. The resulting dvi file should be then converted
|
||||
into PostScript by dvips (and then to PDF using ps2pdf, ghostscript or
|
||||
Adobe Distiller, if necessary).
|
||||
|
||||
Please note that the slurs won't appear in any other dvi previewer, nor when
|
||||
you use pdftex to produce the PDF file directly.
|
||||
|
||||
The mxsk font is used for "half ties" - short breaked ties at the
|
||||
beginning of the line. If you use \nohalfties, you do not need to
|
||||
install this font. The musixps.tex should be placed anywhere TeX can
|
||||
find it, prefferably into the musixtex directory. Do not include it into
|
||||
your TeX format file! The psslurs.pro should be placed somewhere dvips
|
||||
can find it.
|
||||
|
||||
musixps.tex 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 of the License, or (at your
|
||||
option) any later version.
|
||||
|
||||
Stanislav Kneifl,
|
||||
stanislav.kneifl@hieronymus.cz
|
||||
|
||||
|
||||
HISTORY
|
||||
~~~~~~~
|
||||
|
||||
2010-11-05
|
||||
|
||||
Relicensed to the GPL by Bob Tennent as instructed by an e-mail
|
||||
from the author.
|
||||
|
||||
0.92 (12.5.2002)
|
||||
added: \nosluradjust, \sluradjust, \notieadjust, \tieadjust
|
||||
added: \slopebrkslurtrue, \slopebrkslurfalse
|
||||
fixed: shaded slurs now do not break up to separate curves
|
||||
at high resolutions
|
||||
|
||||
0.91 (10.1.2002)
|
||||
First public release, adopted from OpusTeX version.
|
BIN
musixtex/doc/psslurs/slurs.pdf
Normal file
BIN
musixtex/doc/psslurs/slurs.pdf
Normal file
Binary file not shown.
77
musixtex/doc/psslurs/slurs.tex
Normal file
77
musixtex/doc/psslurs/slurs.tex
Normal file
|
@ -0,0 +1,77 @@
|
|||
\input musixtex
|
||||
\input musixps
|
||||
|
||||
\Nosluradjust
|
||||
\Notieadjust
|
||||
|
||||
\startmuflex
|
||||
|
||||
\startpiece
|
||||
\NOtes\qu{cdef}\isluru0k\qu{ghij}\en\bar
|
||||
\NOtes\idecresc0\qu{cdefghij}\en
|
||||
\alaligne
|
||||
\NOtes\qu{cdefghij}\tcresc0\en\bar
|
||||
\NOtes\tslur0h\qu{cdefghij}\en
|
||||
\endpiece
|
||||
|
||||
\startextract
|
||||
\NOtes\islurd0g\qu g\tslur0{'c}\qu c\en
|
||||
\Notes\isluru0{'e}\ibl0e{-2}\qb0{edc}\tslur0b\tqb0b\en
|
||||
\bar
|
||||
\NOtes\islurd0{'a}\qu a\tslur0{`f}\qu f\en
|
||||
\NOTes\hu g\en
|
||||
\endextract
|
||||
|
||||
\startextract
|
||||
\NOTes\isluru0g\hl g\tslur0h\hl h\en
|
||||
\NOTes\islurd0c\issluru1g\zh{ce}\hu g\tslur0d\tsslur1h\zh{df}\hu h\en
|
||||
\NOTes\ibsluru0g\islurd1g\hu g\tubslur0h\hu h\en
|
||||
\NOTes\itieu0k\hl k\ttie0\tdbslur1k\hl k\en
|
||||
\endextract
|
||||
|
||||
\startextract
|
||||
\NOTes\itenl0c\itenl1e\itenu2g\itenu3j\zh{ceg}\hu j\enotes
|
||||
\bar
|
||||
\NOTes\tten0\tten1\tten2\tten3\zh{ceg}\hu j\enotes
|
||||
\endextract
|
||||
|
||||
\generalmeter{\meterfrac34}
|
||||
\startextract\NOTes\multnoteskip3\isluru0c\ql c\tslur0j\ql j\enotes
|
||||
\bar\NOTes\multnoteskip3\isluru0c\ql c\tslur0n\ql n\enotes\endextract
|
||||
|
||||
\startextract\NOTes\multnoteskip3\isluru0c\ql c\tslur0s\ql s\enotes
|
||||
\bar\NOTes\multnoteskip3\isluru0c\ql c\tslur0z\ql z\enotes\endextract
|
||||
|
||||
\instrumentnumber{1}
|
||||
\generalmeter{\meterfrac34}
|
||||
\startextract\NOTes\isluru0c\ql c\enotes\notes\tslur0j\ql j\enotes
|
||||
\bar\NOTes\isluru0c\ql c\enotes\notes\tslur0n\ql n\enotes
|
||||
\NOTes\isluru0c\ql c\enotes\notes\tslur0s\ql s\enotes
|
||||
\bar\NOTes\isluru0c\ql c\enotes\notes\tslur0z\ql z\enotes
|
||||
\endextract
|
||||
|
||||
\startextract
|
||||
\NOtes\dotted\islurd0g\qu g\tslur0{'c}\qu c\en
|
||||
\Notes\dotted\isluru0{'e}\ibl0e{-2}\qb0{edc}\tslur0b\tqb0b\en\bar
|
||||
\NOtes\dotted\slur hmd1\qu{hm}\en
|
||||
\NOTes\hu g\en
|
||||
\endextract
|
||||
|
||||
\startextract
|
||||
\NOtes\slur ced1\qu{ce}\en
|
||||
\NOtes\slur dfd1\qu{df}\en
|
||||
\NOtes\slur egd1\qu{eg}\en
|
||||
\NOtes\slur{'e}cu1\ql{ec}\en
|
||||
\NOtes\slur{'d}bu1\ql{db}\en
|
||||
\NOtes\slur{'c}au1\ql{ca}\en
|
||||
\endextract
|
||||
|
||||
\startextract
|
||||
\NOtes\ibu0g1\iBsluru00\qb0g\en
|
||||
\NOtes\tBslur00\tbu0\qb0h\en
|
||||
\NOtes\ibl0k1\iBslurd00\qb0k\en
|
||||
\NOtes\tBslur00\tbl0\qb0l\en
|
||||
\endextract
|
||||
|
||||
\endmuflex
|
||||
\end
|
Loading…
Add table
Add a link
Reference in a new issue