Home
last modified time | relevance | path

Searched refs:markstaffnum (Results 1 – 17 of 17) sorted by relevance

/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dselect.c300 if (!si->markstaffnum) in cuttobuffer()
584 if (!si->markstaffnum) in get_mark_object()
599 if (!si->markstaffnum) in get_point_object()
686 si->markstaffnum = si->currentstaffnum; in set_mark()
703 if (si->markstaffnum) in set_point()
727 si->markstaffnum = 0; in unset_mark()
737 if (si->markstaffnum) in in_selection()
822 if (si->markstaffnum) in goto_mark()
847 if (si->markstaffnum) in goto_selection_start()
1002 si->currentstaffnum = si->markstaffnum; in swap_point_and_mark()
[all …]
H A Dcommandfuncs.c330 si->markstaffnum = 0; in object_insert()
362 if (extend_selection && !si->markstaffnum) in gomeasureleft()
402 if (extend_selection && !si->markstaffnum) in gomeasureright()
588 if (extend_selection && !si->markstaffnum) in govoiceup()
625 if (extend_selection && !si->markstaffnum) in gostaffup()
2363 si->markstaffnum = 0; in insertmeasurebefore()
2485 if (si->markstaffnum) in deletemeasureallstaffs()
2488 si->markstaffnum = 0; in deletemeasureallstaffs()
2513 if (si->markstaffnum) in dnm_deletemeasure()
2515 si->markstaffnum = 0; in dnm_deletemeasure()
[all …]
H A Dstaff.c435 if (movement->markstaffnum) in staff_delete()
608 if (project->movement->markstaffnum) in staff_new_voice()
H A Dscore.c609 si->markstaffnum = 0; in init_score()
867 newscore->markstaffnum = 0; //Do not clone the selection in clone_movement()
H A Dkeyresponses.c377 Denemo.project->movement->markstaffnum = 0; in unset_selection_key()
H A Dscorelayout.c2761 if (Denemo.project->movement->markstaffnum) in select_layout()
/dports/audio/denemo/denemo-2.0.6/src/export/
H A Dprint.c759 gui->movement->markstaffnum = gui->movement->selection.firststaffmarked = 1; in printrangedialog()
969 if (gui->movement->markstaffnum) in printpart_cb()
972 gui->movement->markstaffnum = 0; in printpart_cb()
988 if (Denemo.project->movement->markstaffnum) { in printselection_cb()
1002 if (!gui->movement->markstaffnum) //If no selection has been made in printexcerptpreview_cb()
H A Dfile.c530 gui->movement->markstaffnum = 0; in save_in_format()
536 gui->movement->markstaffnum = 0; in save_in_format()
542 gui->movement->markstaffnum = 0; in save_in_format()
H A Dexportlilypond.c1905 if (start && gui->movement->markstaffnum) in outputStaff()
2452 if (gui->movement->markstaffnum) in output_score_to_buffer()
2459 …if ((gui->movement->markstaffnum == 0) && Denemo.textbuffer && (gui->changecount == gui->lilysync)… in output_score_to_buffer()
2591 if (gui->movement->markstaffnum) in output_score_to_buffer()
2866 if (gui->movement->markstaffnum || (gui->lilysync != gui->changecount)) in lily_refresh()
2868 …gui->movement->markstaffnum = 0; //remove selection, else we will only see that bit in Lily… in lily_refresh()
/dports/audio/denemo/denemo-2.0.6/src/printview/
H A Dprintview.c565 gui->movement->markstaffnum = 0; //FIXME save and restore selection? in typeset()
586 gui->movement->markstaffnum = 0; //FIXME save and restore selection? in typeset_movement()
1992 gint markstaff = Denemo.project->movement->markstaffnum; in typeset_control()
1993 Denemo.project->movement->markstaffnum = 0; in typeset_control()
2018 Denemo.project->movement->markstaffnum = 0; in typeset_control()
2023 Denemo.project->movement->markstaffnum = 0; in typeset_control()
2065 Denemo.project->movement->markstaffnum = markstaff; in typeset_control()
2073 Denemo.project->movement->markstaffnum = markstaff; in typeset_control()
2083 Denemo.project->movement->markstaffnum = markstaff; in typeset_control()
2086 Denemo.project->movement->markstaffnum = markstaff; in typeset_control()
[all …]
H A Dsvgview.c805 if (Denemo.project->movement->markstaffnum) in remake_playback_view()
806 …Denemo.project->movement->markstaffnum = 0;//It can (and would otherwise) typeset just the selecti… in remake_playback_view()
/dports/audio/denemo/denemo-2.0.6/src/ui/
H A Dmoveviewport.c371 if (gui->movement->markstaffnum) in vertical_scroll()
380 if (gui->movement->markstaffnum) in vertical_scroll()
H A Dmousing.c643 if (lh_down || (selecting && gui->movement->markstaffnum)) in scorearea_motion_notify()
665 if (gui->movement->markstaffnum) in scorearea_motion_notify()
989 gui->movement->markstaffnum = 0; in scorearea_button_press()
/dports/audio/denemo/denemo-2.0.6/include/denemo/
H A Ddenemo_types.h980 gint markstaffnum; member
/dports/audio/denemo/denemo-2.0.6/src/scripting/
H A Dscheme-callbacks.c1178 if ((!Denemo.project->movement) || (!Denemo.project->movement->markstaffnum)) in scheme_delete_selection()
1187 if ((!Denemo.project->movement) || (!Denemo.project->movement->markstaffnum)) in scheme_set_thumbnail_selection()
1280 gint save = Denemo.project->movement->markstaffnum; in scheme_lilypond_for_part()
1281 Denemo.project->movement->markstaffnum = 0; in scheme_lilypond_for_part()
1284 Denemo.project->movement->markstaffnum = save; in scheme_lilypond_for_part()
5816 return SCM_BOOL (Denemo.project->movement->markstaffnum != 0); in scheme_has_selection()
/dports/audio/denemo/denemo-2.0.6/src/display/
H A Ddraw.c803 …gboolean not_marked = (!si->markstaffnum) || (si->selection.firststaffmarked > itp->staffnum) || (… in draw_measure()
836 if (si->markstaffnum && in draw_measure()
/dports/audio/denemo/denemo-2.0.6/src/core/
H A Dview.c1294 if(Denemo.project->movement->markstaffnum) in pb_play_range()
1764 if (si->markstaffnum) in attach_clipboard()
2096 if (!si->markstaffnum) /* Indicator that there's a selection. */ in create_rhythm_cb()