Home
last modified time | relevance | path

Searched refs:DENEMO_OVERRIDE_MARKUP (Results 1 – 4 of 4) sorted by relevance

/dports/audio/denemo/denemo-2.0.6/include/denemo/
H A Ddenemo_types.h600 #define DENEMO_OVERRIDE_MARKUP (1<<30) //For score and movement widgets (which can display as butto… macro
601 #define DENEMO_OVERRIDE_ABOVE DENEMO_OVERRIDE_MARKUP //For chord directives, makes the graphic disp…
/dports/audio/denemo/denemo-2.0.6/actions/
H A Ddenemo.scm368 (d-DirectivePut-score-override tag (logior DENEMO_OVERRIDE_MARKUP DENEMO_OVERRIDE_GRAPHIC))
/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dlilydirectives.c1397 if (directive->override & DENEMO_OVERRIDE_MARKUP) in get_label_text()
/dports/audio/denemo/denemo-2.0.6/src/core/
H A Dview.c342 DEF_SCHEME_CONST ("DENEMO_OVERRIDE_MARKUP", DENEMO_OVERRIDE_MARKUP); in define_scheme_constants()