blob: ea156221ff21b1ada81e7796dd05ce79f88e6e42 (
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
|
2015-02-09 RDT
Check for EOF and missing EOL.
2015-02-06 RDT
Minor patches from Peter B.
Added test files and test scripts from Peter B.
2015-02-04 RDT
Re-named fixmsxpart to satisfy Karl Berry.
Initial messages go to stderr if there is only one file
argument but to stdout for -v or -h.
Moved common utilities from msxlint and fixmsxpart
to utils.c.
2015-01-29 RDT
Re-organized beams to allow ovelapping beams.
General code clean-up.
2015-01-23 RDT
Re-organized synthesize_notes.
Don't assume \vnotes is for an appoggiatura without
\tinynotesize.
Discard \sk and \hsk commands but keep
\qsk, \hqsk and \off{...}.
Comment out \eject commands.
Deal with \{z|c|l}char[note] commands (which may have
embedded commands).
2015-01-16 RDT
Added '%' to comment out \mulooseness etc. lines.
2015-01-06 RDT
Avoid analyzing \def lines.
2015-01-03 RDT
Workaround confusion between \bar and \barno.
2015-01-02 RDT
First release.
|