summaryrefslogtreecommitdiff
path: root/support/autosp/doc/rebar.1
blob: d3d7a3e5713001f30d5af92c8e3db93e986ddc9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
.\" This manpage is licensed under the GNU Public License
.TH REBAR 1 2015-07-14  "" ""

.SH NAME
rebar \- corrects bar-number comments in MusiXTeX scores

.SH SYNOPSIS
.B rebar 
.RB  [ \-v\ |\ \-\-version\ |\ \-h\ |\ \-\-help ]

.B rebar
[
.IB infile .tex 
[
.IR outfile [\fB.tex\fP]
] ]

.B rebar
[
.IB infile .aspc 
[
.IR outfile [\fB.aspc\fP]
] ]

.SH DESCRIPTION

.B rebar
reads a MusiXTeX score and generates a copy
with bar-number comments
of the form
.I %barno
appended to the following commands:
.RS 0.25in
.nf

\\bar
\\alaligne 
\\alapage 
\\leftrepeat
\\rightrepeat
\\leftrightrepeat
\\startpiece
\\startextract
\\changecontext
\\Changecontext
\\contpiece
\\Contpiece
\\xbar

.fi
.RE
replacing any existing comments.  The following commands are 
respected:
.RS 0.25in
.nf

\\startbarnumber=...
\\barno=...
\\advance\\barno...

.fi
.RE
Bar-numbering in the MusiXTeX output is not affected.

If no output filename is provided, output goes to standard output. If no
input filename is provided, input comes from standard input.

.SH SEE ALSO
.PP 
musixdoc.pdf

.SH AUTHOR 
This program and manual page were written by Bob Tennent <rdt@cs.queensu.ca>.