Home
last modified time | relevance | path

Searched refs:layout_sync (Results 1 – 3 of 3) sorted by relevance

/dports/audio/denemo/denemo-2.0.6/include/denemo/
H A Ddenemo_types.h790 gboolean layout_sync;/**< Value of project->layout_sync when the scoreblock was created */ member
1085 …guint layout_sync;/**< value of changecount when the layout structure of the score was last change… member
/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dscorelayout.c45 static gint layout_sync; variable
2080 layout_sync = (*psb)->layout_sync = gui->layout_sync; in set_default_scoreblock()
2158 if (gui->layout_sync > layout_sync) in check_for_update()
H A Dstaff.c32 project->layout_sync = project->changecount; in signal_structural_change()