#include <stdio.h>
#include <stdlib.h>
#include "mr_lib.h"
Defines | |
#define | GET_SCALE(s) ('a' + s) |
#define | NB_NOTES_PER_LINES 16 |
Functions | |
static void | mr_lilypond_write_one_staff (MrStaff *staff, FILE *fout) |
short int | mr_lilypond_write_to_file (MrScore *score, const char *filename) |
|
|
|
|
|
|
|
Write the notes detected to a file in the LilyPond format. |