Home
last modified time | relevance | path

Searched refs:DENEMO_ALT_OVERRIDE (Results 1 – 15 of 15) sorted by relevance

/dports/audio/denemo/denemo-2.0.6/actions/menus/ObjectMenu/NotesRests/ChangeDuration/
H A DChangeLonga.scm17 (d-DirectivePut-chord-override "Duration" (logior DENEMO_OVERRIDE_GRAPHIC DENEMO_ALT_OVERRIDE))
H A DChangeBreve.scm14 (d-DirectivePut-chord-override "Duration" (logior DENEMO_OVERRIDE_GRAPHIC DENEMO_ALT_OVERRIDE))
/dports/audio/denemo/denemo-2.0.6/actions/menus/ObjectMenu/StaffMenu/StaffPropertiesMenu/
H A DNonPrintingStaff.scm8 (d-DirectivePut-staff-override staff-tag (logior DENEMO_ALT_OVERRIDE DENEMO_OVERRIDE_GRAPHIC))
H A DSubstituteMusic.scm40 … (d-DirectivePut-voice-override tag (logior DENEMO_ALT_OVERRIDE DENEMO_OVERRIDE_GRAPHIC))
/dports/audio/denemo/denemo-2.0.6/actions/menus/ObjectMenu/NotesRests/SelectDuration/
H A DSetBreve.scm11 (d-DirectivePut-chord-override "Duration" (logior DENEMO_OVERRIDE_GRAPHIC DENEMO_ALT_OVERRIDE))
H A DSetLonga.scm11 (d-DirectivePut-chord-override "Duration" (logior DENEMO_OVERRIDE_GRAPHIC DENEMO_ALT_OVERRIDE))
/dports/audio/denemo/denemo-2.0.6/actions/menus/ObjectMenu/MeasureMenu/
H A DWholeMeasureRepeat.scm6 …t-chord-override tag (logior DENEMO_OVERRIDE_LILYPOND DENEMO_OVERRIDE_GRAPHIC DENEMO_ALT_OVERRIDE))
/dports/audio/denemo/denemo-2.0.6/actions/menus/ObjectMenu/NotesRests/RestEntry/
H A DMoveRest.scm21 …t-chord-override tag (logior DENEMO_OVERRIDE_VOLUME DENEMO_OVERRIDE_GRAPHIC DENEMO_ALT_OVERRIDE))))
H A DWholeMeasureRest.scm18 …oWholeMeasureRestTag (logior DENEMO_OVERRIDE_LILYPOND DENEMO_OVERRIDE_GRAPHIC DENEMO_ALT_OVERRIDE))
/dports/audio/denemo/denemo-2.0.6/actions/menus/ObjectMenu/NotesRests/Markings/FiguredBass/
H A DAdjustBassFigureHeight.scm14 (d-DirectivePut-note-override tag DENEMO_ALT_OVERRIDE)
H A DAdjustFiguredBassHeights.scm16 (d-DirectivePut-note-override tag DENEMO_ALT_OVERRIDE)
/dports/audio/denemo/denemo-2.0.6/src/display/
H A Ddrawnotes.c320 if (directive->override & DENEMO_ALT_OVERRIDE) in draw_chord()
334 if (directive->override & DENEMO_ALT_OVERRIDE) in draw_chord()
/dports/audio/denemo/denemo-2.0.6/include/denemo/
H A Ddenemo_types.h569 #define DENEMO_ALT_OVERRIDE (1<<1) macro
/dports/audio/denemo/denemo-2.0.6/src/export/
H A Dexportlilypond.c411 if ((directive->override & DENEMO_ALT_OVERRIDE) && directive->prefix) in output_figured_bass_prefix()
1206 …if (directive->prefix && (!(directive->override & DENEMO_ALT_OVERRIDE)) && ((directive->x == 0 || … in generate_lily_for_obj()
1264 …ve->override & DENEMO_OVERRIDE_HIDDEN) && (!(directive->override & DENEMO_ALT_OVERRIDE))&& ((direc… in generate_lily_for_obj()
2332 if ((d->override & DENEMO_ALT_OVERRIDE) && d->prefix) in get_alt_overridden_prefix()
/dports/audio/denemo/denemo-2.0.6/src/core/
H A Dview.c315 DEF_SCHEME_CONST ("DENEMO_ALT_OVERRIDE", DENEMO_ALT_OVERRIDE); in define_scheme_constants()