File: lyparserfuncs.h

package info (click to toggle)
denemo 0.5.9-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,500 kB
  • ctags: 2,415
  • sloc: ansic: 23,057; sh: 3,321; yacc: 1,737; makefile: 449; lex: 376
file content (32 lines) | stat: -rw-r--r-- 811 bytes parent folder | download
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
/* lyparserfuncs.h
 * header file for utility functions invoked by the
 * mudela parser */

/* For Denemo, a gtk+ frontend to GNU Lilypond
 * (c) 2000, 2001 Matthew Hiller */

#include "datastructures.h"
#include "twoints.h"

void setstaffname (struct scoreinfo *si, gchar * str);

gint cleftypefromname (gchar * str);

void setclef (struct scoreinfo *si, gchar * str);

void setkey (struct scoreinfo *si, struct twoints t);

void settime (struct scoreinfo *si, struct twoints t);

struct twoints twointer (gint a, gint b);

gint keynametonumber (gchar * string);

gint mutointernalduration (gint muduration);

void
addtonewrapper (mudelaobject * mudelaobject, gchar tonetype,
		gint enshift, gint octind, struct twoints duration,
		gint dclef);
void
set_tone_option(mudelaobject *curmudelaobj, gchar *option);