Home
last modified time | relevance | path

Searched refs:top_staff (Results 1 – 9 of 9) sorted by relevance

/dports/audio/denemo/denemo-2.0.6/src/ui/
H A Dmoveviewport.c61 gtk_adjustment_set_value (adj, gui->movement->top_staff); in update_vscrollbar()
120 staff_iterator = g_list_nth (gui->movement->thescore, gui->movement->top_staff - 1); in set_bottom_staff()
122 to_next_primary_voice (&gui->movement->top_staff, &staff_iterator); in set_bottom_staff()
126 staff_number = gui->movement->top_staff; in set_bottom_staff()
138 if (space_left < 0 && staff_number > (gui->movement->top_staff + 1)) in set_bottom_staff()
197 gui->movement->top_staff--; in move_viewport_up()
246 to_next_primary_voice (&gui->movement->top_staff, &staff_iterator); in move_viewport_down()
359 if ((dest = (gint) (value + 0.5)) != gui->movement->top_staff) in vertical_scroll()
361 gui->movement->top_staff = dest; in vertical_scroll()
374 else if (gui->movement->currentstaffnum < gui->movement->top_staff) in vertical_scroll()
[all …]
H A Dmousing.c92 curstaff = g_list_nth (gui->movement->thescore, gui->movement->top_staff - 1); in get_click_height()
97 …for (i=0, curstaff = g_list_nth (gui->movement->thescore, gui->movement->top_staff - 1); curstaff;… in get_click_height()
188 …for (curstaff = g_list_nth (si->thescore, si->top_staff - 1), count = 0; curstaff && y > space; cu… in staff_at()
200 ret = count + si->top_staff - 1; in staff_at()
/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Dside-position-interface.cc506 Grob *top_staff = Staff_grouper_interface::get_extremal_staff (grouper, sys, dir, iv); in move_to_extremal_staff() local
507 if (!top_staff) in move_to_extremal_staff()
510 me->set_y_parent (top_staff); in move_to_extremal_staff()
512 Axis_group_interface::add_element (top_staff, me); in move_to_extremal_staff()
522 if (me->common_refpoint (elts[i], Y_AXIS) == top_staff) in move_to_extremal_staff()
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Dside-position-interface.cc491 Grob *top_staff = Staff_grouper_interface::get_extremal_staff (grouper, sys, dir, iv); in move_to_extremal_staff() local
492 if (!top_staff) in move_to_extremal_staff()
495 me->set_y_parent (top_staff); in move_to_extremal_staff()
497 Axis_group_interface::add_element (top_staff, me); in move_to_extremal_staff()
507 if (me->common_refpoint (elts[i], Y_AXIS) == top_staff) in move_to_extremal_staff()
/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dstaff.c437 if (project->movement->currentstaffnum < project->movement->top_staff) in staff_delete()
438 project->movement->top_staff = project->movement->currentstaffnum; in staff_delete()
545 if (project->movement->currentstaffnum >= project->movement->top_staff) in staff_new_before()
546 project->movement->top_staff++; in staff_new_before()
H A Dscore.c591 si->top_staff = si->bottom_staff = 1; in init_score()
H A Dcommandfuncs.c166 gui->movement->top_staff++; in nudge_downward()
/dports/audio/denemo/denemo-2.0.6/src/display/
H A Ddraw.c346 if(cr && si->recording && itp->recordednote && (itp->staffnum == si->top_staff)) in draw_object()
1473 …for (count=1, curstaff = si->thescore;curstaff && (count<si->top_staff);curstaff=curstaff->next, c… in draw_score()
1496 …for (itp.staffnum = si->top_staff, curstaff = g_list_nth (si->thescore, si->top_staff - 1), (y += … in draw_score()
1507 …cairo_rectangle (cr, 0, itp.staffnum == si->top_staff? 5 : y - 35, get_widget_width (Denemo.scorea… in draw_score()
1640 if (itp.staffnum == si->top_staff) in draw_score()
1658 if (itp.staffnum == si->top_staff) in draw_score()
1663 … if (itp.staffnum == si->top_staff) //single criterion for all staffs on whether to draw next page in draw_score()
1698 if ((itp.staffnum == si->top_staff) && (flip_count == -1)) in draw_score()
/dports/audio/denemo/denemo-2.0.6/include/denemo/
H A Ddenemo_types.h903 gint top_staff; member