Tag 6
This commit is contained in:
parent
c1d3b34851
commit
200080fe9d
241 changed files with 62140 additions and 10 deletions
74
musixtex/doc/musixlyr/README.musixlyr
Normal file
74
musixtex/doc/musixlyr/README.musixlyr
Normal file
|
@ -0,0 +1,74 @@
|
|||
|
||||
musixlyr -- a MusiXTeX Extension Package for Lyrics Handling
|
||||
Version 2.1c
|
||||
|
||||
(C) Rainer Dunker 1996-2003
|
||||
|
||||
|
||||
musixlyr is a set of TeX macros to be used with Taupin MusiXTeX
|
||||
(version T.52 or later) for typesetting vocal music. Its purpose is
|
||||
to compensate two drawbacks of MusiXTeX's lyrics handling:
|
||||
|
||||
o Typesetting lyrics with the ``native'' MusiXTeX commands \zcharnote,
|
||||
\zsong etc. tends to be quite inefficient, particularly if the
|
||||
lyrics have to be changed or corrected. The idea underlying
|
||||
musixlyr is to separate lyrics coding from music coding and let TeX
|
||||
weave them together with as little manual interference as
|
||||
possible. As a result you can enter and edit lyrics (nearly) as
|
||||
easily as normal text.
|
||||
|
||||
o MusiXTeX has no built-in mechanism for centering hyphens between
|
||||
syllables and for handling hyphenation at long melismas. This is
|
||||
implemented in musixlyr following the example of engraved music.
|
||||
|
||||
|
||||
New in version 2.1:
|
||||
|
||||
o \appendlyrics: Appends additional lyrics to existing lyrics line
|
||||
without discarding the remainder of the current lyrics
|
||||
|
||||
o A couple of bugs fixed
|
||||
|
||||
|
||||
New in version 2.0:
|
||||
|
||||
o Support for lyrics on multi-staff instruments
|
||||
|
||||
o Melisma declaration as part of the lyrics definition,
|
||||
i.e. within \setlyrics
|
||||
|
||||
o Improved scheme for vertical lyrics positioning
|
||||
|
||||
o Using PMX: Automatic detection of upper/lower voice context in
|
||||
a two-voice staff; explicitly addressing lyrics commands to
|
||||
auxiliary lyrics with \auxlyr is no longer required
|
||||
|
||||
o Context-dependent lyrics settings that do not need to be
|
||||
adressed to absolute instrument/staff numbers, making lyrics
|
||||
assignment robust against PMX part extraction
|
||||
|
||||
o No more TeX register allocations per verse
|
||||
(i.e. musixlyr uses only a small, fixed number of registers)
|
||||
|
||||
o Facility for posting "extra" lyrics anywhere on a staff,
|
||||
even where no notes are present at all
|
||||
|
||||
o Slightly more robust processing of undefined verses
|
||||
|
||||
|
||||
See the included file mxlyrdoc.dvi about how to make use of musixlyr.
|
||||
This DVI file has been created using MusiXTeX T.103. If you have
|
||||
another version installed, the music examples of the manual may be
|
||||
corrupted due to font incompatibilities. Nevertheless, the rest of
|
||||
the manual will remain readable so that you will be able to install
|
||||
musixlyr and recompile the mxlyrdoc.tex file in order to get
|
||||
everything right.
|
||||
|
||||
All kinds of comments, suggestions, and bug reports are welcome!
|
||||
|
||||
Author: Rainer Dunker
|
||||
Wachtelweg 31
|
||||
85591 Vaterstetten
|
||||
Germany
|
||||
|
||||
E-mail: rainer.dunker@web.de
|
BIN
musixtex/doc/musixlyr/examples/nonmoriar.pdf
Normal file
BIN
musixtex/doc/musixlyr/examples/nonmoriar.pdf
Normal file
Binary file not shown.
23
musixtex/doc/musixlyr/examples/nonmoriar.tex
Normal file
23
musixtex/doc/musixlyr/examples/nonmoriar.tex
Normal file
|
@ -0,0 +1,23 @@
|
|||
\input musixtex
|
||||
\input musixlyr
|
||||
|
||||
\generalmeter\allabreve
|
||||
\generalsignature2
|
||||
\nobarnumbers
|
||||
\scale{0.9}
|
||||
\setlyrics{latin} {Non mo-ri-ar sed}
|
||||
\setlyrics{german}{Ich wer-de nicht ster-ben, son-dern}
|
||||
\assignlyrics1{latin,german}
|
||||
\setsongraise1{-1.5mm}
|
||||
\startextract
|
||||
\znotes\verses{,\lyrlayout{\it}}\en
|
||||
\NOTEs\wh{'a}\en\bar
|
||||
\NOTes\verses{\beginmel}\ha{'b}\verses{\endmel}\ha a\en\bar
|
||||
\NOtesp\beginmel\qup{'a}\en
|
||||
\Notes\ca{'b}\en
|
||||
\NOtes\verses{,\endmel}\qa{'c}\verses{,\beginmel}\itieu0d\qa d\en\bar
|
||||
\NOtes\ttie0\qa{'d}\endmel\qa c\en
|
||||
\NOtes\verses{\beginmel}\ha{'d}\en\bar
|
||||
\NOTes\verses{\endmel}\ha{'ee}\en
|
||||
\endextract
|
||||
\bye
|
BIN
musixtex/doc/musixlyr/mxlyrdoc.pdf
Normal file
BIN
musixtex/doc/musixlyr/mxlyrdoc.pdf
Normal file
Binary file not shown.
1876
musixtex/doc/musixlyr/mxlyrdoc.tex
Normal file
1876
musixtex/doc/musixlyr/mxlyrdoc.tex
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue