~ubuntu-branches/ubuntu/utopic/texlive-bin/utopic

« back to all changes in this revision

Viewing changes to utils/mtx/mtx-0.60d/notes.h

  • Committer: Package Import Robot
  • Author(s): Norbert Preining
  • Date: 2012-05-07 10:47:49 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20120507104749-p00ot5sajjbkp1hp
Tags: 2011.20120507-1
* new upstream checkout: uptex 1.10
* drop patches for config file inclusion in (x)dvipdfmx, included upstream
* add man page for etex
* include pmpost patches and build it
* adapt/unfuzzify patches for current sources
* disable mtx building, we have prepmx package in Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Header for module notes, generated by p2c 1.21alpha-07.Dec.93 */
 
2
#ifndef NOTES_H
 
3
#define NOTES_H
 
4
 
 
5
 
 
6
#ifndef CONTROL_H
 
7
#include "control.h"
 
8
#endif
 
9
 
 
10
 
 
11
#ifdef NOTES_G
 
12
# define vextern
 
13
#else
 
14
# define vextern extern
 
15
#endif
 
16
 
 
17
 
 
18
extern short count64['9' + 1 - '0'];
 
19
 
 
20
 
 
21
extern Void processNote PP((Char *note, Char *xnote, int dur1, Char *dur,
 
22
                            short *count));
 
23
extern Char durationCode PP((Char *note));
 
24
extern Char octaveCode PP((Char *note));
 
25
extern Void removeOctaveCode PP((int code, Char *note));
 
26
extern Void insertOctaveCode PP((int code, Char *note));
 
27
extern Void translateSolfa PP((Char *nt));
 
28
 
 
29
 
 
30
#undef vextern
 
31
 
 
32
#endif /*NOTES_H*/
 
33
 
 
34
/* End. */