#include <mr_vector.h>
#include <mr_line.h>
Go to the source code of this file.
Data Structures | |
struct | MrStaff |
Typedefs | |
typedef MrStaff | MrStaff |
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 |