summaryrefslogtreecommitdiff
path: root/Build/source/utils/autosp/autosp-src/autosp.1
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2017-02-28 23:06:34 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2017-02-28 23:06:34 +0000
commita583e4ad3353e90a8050a7eb27b749dd3d201d35 (patch)
tree719fc7201c1fd6027b5b4f773324f0d94a4b9b64 /Build/source/utils/autosp/autosp-src/autosp.1
parent58c73ff1dd1ec35a2248ca97cd2f45369dd5f22e (diff)
autosp 2016-11-02
git-svn-id: svn://tug.org/texlive/trunk@43363 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/autosp/autosp-src/autosp.1')
-rw-r--r--Build/source/utils/autosp/autosp-src/autosp.113
1 files changed, 8 insertions, 5 deletions
diff --git a/Build/source/utils/autosp/autosp-src/autosp.1 b/Build/source/utils/autosp/autosp-src/autosp.1
index 6affb4d93fe..aeaf6a59cf4 100644
--- a/Build/source/utils/autosp/autosp-src/autosp.1
+++ b/Build/source/utils/autosp/autosp-src/autosp.1
@@ -1,5 +1,5 @@
.\" This manpage is licensed under the GNU Public License
-.TH AUTOSP 1 2016-01-30 "" ""
+.TH AUTOSP 1 2016-10-31 "" ""
.SH NAME
autosp \- preprocessor to generate note-spacing commands for MusiXTeX scores
@@ -199,7 +199,7 @@ assumes that an x-tuplet is to be played in
(\fIx\fP\-1)/\fIx\fP
of the apparent x-tuplet duration.
So, for example, a triplet in eighths is assumed to be played in the time of one quarter note.
-If these assumptions
+If this assumption
isn't valid, the x-tuplet must
be coded explicitly using a \\vnotes command; see the first
measure of barsant2.aspc for an example of a non-standard x-tuplet: a 5-tuple
@@ -207,7 +207,9 @@ of 64th notes with an intended duration
of
.I six
64ths.
-
+.B autosp
+cannot deal with simultaneous x-tuplets in multiple staffs unless the x values and
+note durations are identical.
User-defined macros are not processed or expanded.
@@ -215,8 +217,9 @@ All staffs are assumed to have the same meter; see kinder2.aspc for
an example of how to work around this.
.B autosp
-will not be effective for music with more than one voice in a single staff. It might be
-advisable to use a separate staff for each voice, or to omit certain voices
+may not be effective for music with more than one voice in a single staff. It might be
+advisable to use a separate staff for each voice, to avoid \\anotes when necessary,
+or to omit certain voices
initially and add them into the resulting TeX file.
.SH EXAMPLES