Home
last modified time | relevance | path

Searched refs:all_movements (Results 1 – 8 of 8) sorted by relevance

/dports/audio/denemo/denemo-2.0.6/src/export/
H A Dexportlilypond.h19 void exportlilypond (gchar * thefilename, DenemoProject * gui, gboolean all_movements);
22 void export_lilypond_part (char *filename, DenemoProject * gui, gboolean all_movements);
H A Dprint.h132 void create_pdf (gboolean part_only, gboolean all_movements);
134 void create_svg (gboolean part_only, gboolean all_movements);
H A Dprint.c550 generate_lilypond (gchar * lilyfile, gboolean part_only, gboolean all_movements) in generate_lilypond() argument
554 export_lilypond_part (lilyfile, gui, all_movements); in generate_lilypond()
556 exportlilypond (lilyfile, gui, all_movements); in generate_lilypond()
612 create_pdf (gboolean part_only, gboolean all_movements) in create_pdf() argument
636 generate_lilypond (lilyfile, part_only, all_movements); in create_pdf()
644 create_svg (gboolean part_only, gboolean all_movements) in create_svg() argument
668 generate_lilypond (lilyfile, part_only, all_movements); in create_svg()
H A Dexportlilypond.c63 static void output_score_to_buffer (DenemoProject * gui, gboolean all_movements, gchar * partname, …
2427 output_score_to_buffer (DenemoProject * gui, gboolean all_movements, gchar * partname, gchar *instr… in output_score_to_buffer() argument
2437 if (all_movements) in output_score_to_buffer()
2453 all_movements = FALSE; in output_score_to_buffer()
2563 visible_movement = (((all_movements) || (g->data == gui->movement)) ? 1 : -1); in output_score_to_buffer()
2748 export_lilypond (gchar * thefilename, DenemoProject * gui, gboolean all_movements, gchar * partname… in export_lilypond() argument
2753 output_score_to_buffer (gui, all_movements, partname, instrumentation); in export_lilypond()
2783 exportlilypond (gchar * thefilename, DenemoProject * gui, gboolean all_movements) in exportlilypond() argument
2785 export_lilypond (thefilename, gui, all_movements, NULL, NULL); in exportlilypond()
2795 export_lilypond_part (char *filename, DenemoProject * gui, gboolean all_movements) in export_lilypond_part() argument
[all …]
/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dscorelayout.h30 DenemoScoreblock *select_layout (gboolean all_movements, gchar * partname, gchar *instrumentation);
H A Dscorelayout.c2757 select_layout (gboolean all_movements, gchar * partname, gchar * instrumentation) in select_layout() argument
2766 if (all_movements && partname == NULL) in select_layout()
2812 if (all_movements && partname == NULL) in select_layout()
2841 if (good && (all_movements && (sb->movement == 0))) in select_layout()
2853 if (all_movements) in select_layout()
/dports/audio/denemo/denemo-2.0.6/src/printview/
H A Dprintview.h26 void print_from_print_view (gboolean all_movements);
H A Dprintview.c606 print_from_print_view (gboolean all_movements) in print_from_print_view() argument
608 if(!all_movements) in print_from_print_view()
611 if (all_movements ? typeset (FALSE) : typeset_movement (FALSE)) in print_from_print_view()
620 if(!all_movements) in print_from_print_view()