#include <mr_vector.h>
#include <mr_staff.h>
Go to the source code of this file.
Data Structures | |
struct | MrScore |
Defines | |
#define | MR_NB_LINES_PER_STAFF 5 |
Typedefs | |
typedef MrScore | MrScore |
Functions | |
MrScore * | mr_score_new () |
void | mr_score_free (void *o) |
void | mr_score_clear (MrScore *score) |
short int | mr_score_add_staff (MrScore *score, MrStaff *staff) |
|
|
|
|
|
Add a new staff to the score |
|
Destroy the previously detected staves. |
|
Destroy a score. |
|
Creates a new score. |