Home
last modified time | relevance | path

Searched refs:REPLACE_SCORE (Results 1 – 4 of 4) sorted by relevance

/dports/audio/denemo/denemo-2.0.6/src/export/
H A Dfile.c361 if (type == REPLACE_SCORE) in open_for_real()
396 if (type == REPLACE_SCORE) in open_for_real()
674 ret = file_open (gui, TRUE, REPLACE_SCORE, filepath); in template_open()
741 param->status = !file_open (gui, FALSE, REPLACE_SCORE, filename); in file_open_with_check()
749 param->status = !file_import_lilypond (Denemo.project, FALSE, REPLACE_SCORE, filename); in file_import_lilypond_with_check()
759 file_import_midi (Denemo.project, FALSE, REPLACE_SCORE, filename); in file_import_midi_with_check()
766 param->status = !file_import_musicxml (Denemo.project, FALSE, REPLACE_SCORE, filename); in file_import_musicxml_with_check()
1283 gint fail = open_for_real (filename, Denemo.project, TRUE, REPLACE_SCORE); in lilypond_selection_received()
/dports/audio/denemo/denemo-2.0.6/include/denemo/
H A Ddenemo_types.h644 REPLACE_SCORE, enumerator
/dports/audio/denemo/denemo-2.0.6/src/core/
H A Dimportxml.c2654 if (type == REPLACE_SCORE) in parseScore()
2910 case REPLACE_SCORE: in importXML()
H A Dview.c550 open_for_real (get_most_recent_file (), Denemo.project, FALSE, REPLACE_SCORE); in load_files()
560 open_for_real (files[i], Denemo.project, FALSE, REPLACE_SCORE); in load_files()
578 open_for_real (autosave_file, Denemo.project, TRUE, REPLACE_SCORE); in autosave_recovery_check()