Home
last modified time | relevance | path

Searched refs:lilysync (Results 1 – 10 of 10) sorted by relevance

/dports/audio/denemo/denemo-2.0.6/src/export/
H A Dexportlilypond.c2145 if (gui->lilysync != gui->changecount) in merge_lily_strings()
2224 gui->lilysync = G_MAXUINT; in force_lily_refresh()
2459 …if ((gui->movement->markstaffnum == 0) && Denemo.textbuffer && (gui->changecount == gui->lilysync)… in output_score_to_buffer()
2469 gui->lilysync = gui->changecount; in output_score_to_buffer()
2866 if (gui->movement->markstaffnum || (gui->lilysync != gui->changecount)) in lily_refresh()
2959 if (gui->lilysync != gui->changecount) in goto_lilypond_position()
H A Dprint.c851 gui->lilysync = G_MAXUINT; in export_png()
/dports/audio/denemo/denemo-2.0.6/src/printview/
H A Dprintview.c2111 …if (refresh_if_needed && (changecount != Denemo.project->changecount || Denemo.project->lilysync !… in implement_show_print_view()
2124 …return ((changecount != Denemo.project->changecount) || (Denemo.project->lilysync != Denemo.projec… in printview_is_stale()
2207 …if ((changecount != Denemo.project->changecount) || (Denemo.project->lilysync != Denemo.project->c… in retypeset()
2215 …else if ((changecount != Denemo.project->changecount) || (Denemo.project->lilysync != Denemo.proje… in retypeset()
/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dscorelayout.c429 Denemo.project->lilysync = G_MAXUINT; in clone_scoreblock()
1235 Denemo.project->lilysync = G_MAXUINT; in remove_context()
1631 Denemo.project->lilysync = G_MAXUINT; in append_staff()
1878 Denemo.project->lilysync = G_MAXUINT; in reload_scorewide_block()
2175 Denemo.project->lilysync = G_MAXUINT; in change_tab()
H A Dobject.c156 if( gui->lilysync != gui->changecount) in append_lilypond()
/dports/audio/denemo/denemo-2.0.6/include/denemo/
H A Ddenemo_types.h1083 guint lilysync;/**< value of changecount when the Lily text was last refreshed */ member
/dports/audio/denemo/denemo-2.0.6/src/core/
H A Dutils.c1816 if (gui->lilysync != gui->changecount) in get_fretdiagram_as_markup()
1835 if (gui->lilysync != gui->changecount) in get_fakechord_as_markup()
H A Dview.c2105 if (project->lilysync != project->changecount) in create_rhythm_cb()
/dports/audio/denemo/denemo-2.0.6/src/scripting/
H A Dscheme-callbacks.c5649 if (gui->lilysync != gui->changecount) in scheme_get_lilypond()
/dports/audio/denemo/denemo-2.0.6/
H A DChangeLog904 instead of boolean haschanged, introduce field lilysync