#include <stdlib.h>
#include "mr_lib.h"
Defines | |
#define | STAFF_TIME_A 4 |
#define | STAFF_TIME_B 4 |
#define | STAFF_CLEF 0 |
#define | STAFF_KEY_SCALE 2 |
#define | STAFF_KEY_MODE 1 |
Functions | |
MrStaff * | mr_staff_new (const MrLine *bb, unsigned int number_of_lines) |
void | mr_staff_free (void *o) |
const MrLine * | mr_staff_get_bb (MrStaff *staff) |
void | mr_staff_set_line (MrStaff *staff, unsigned int pos, const MrLine *line) |
MrLine * | mr_staff_get_line (MrStaff *staff, unsigned int pos) |
|
|
|
|
|
|
|
|
|
|
|
Destroy a staff |
|
Get the bounding box |
|
Get a staff line |
|
Creates a new staff with default values. |
|
Set a staff line |