Home
last modified time | relevance | path

Searched refs:bottom_staff (Results 1 – 6 of 6) sorted by relevance

/dports/audio/denemo/denemo-2.0.6/src/ui/
H A Dmoveviewport.c59 gtk_adjustment_set_page_size (adj, gui->movement->bottom_staff - gui->movement->top_staff + 1.0); in update_vscrollbar()
60 …gtk_adjustment_set_page_increment (adj, gui->movement->bottom_staff - gui->movement->top_staff + 1… in update_vscrollbar()
140 gui->movement->bottom_staff = staff_number - 1; in set_bottom_staff()
244 while (gui->movement->currentstaffnum > gui->movement->bottom_staff) in move_viewport_down()
365 if (gui->movement->currentstaffnum > gui->movement->bottom_staff) in vertical_scroll()
367 gui->movement->currentstaffnum = gui->movement->bottom_staff; in vertical_scroll()
368 …ui->movement->currentstaff = g_list_nth (gui->movement->thescore, gui->movement->bottom_staff - 1); in vertical_scroll()
/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dstaff.c548 project->movement->bottom_staff++; in staff_new_before()
H A Dscore.c591 si->top_staff = si->bottom_staff = 1; in init_score()
H A Dcommandfuncs.c164 while (gui->movement->currentstaffnum > gui->movement->bottom_staff) in nudge_downward()
/dports/audio/denemo/denemo-2.0.6/include/denemo/
H A Ddenemo_types.h904 gint bottom_staff; member
/dports/audio/denemo/denemo-2.0.6/src/display/
H A Ddraw.c1496 …taff - 1), (y += si->staffspace / 4); curstaff && itp.staffnum <= si->bottom_staff; curstaff = cu… in draw_score()