Home
last modified time | relevance | path

Searched refs:showaccidental (Results 1 – 8 of 8) sorted by relevance

/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dmeasure.c628 if (current_note->showaccidental) in set_accidental_positions()
647 if (current_note->showaccidental) in set_accidental_positions()
724 thetone->showaccidental = ((chord *) theobj->object)->hasanacc = TRUE; in showwhichaccidentals()
727 thetone->showaccidental = ((chord *) theobj->object)->hasanacc = TRUE; in showwhichaccidentals()
729 thetone->showaccidental = FALSE; in showwhichaccidentals()
734 …thetone->showaccidental = ((chord *) theobj->object)->hasanacc = (*((DenemoDirective *) thetone->d… in showwhichaccidentals()
769 thetone->showaccidental = TRUE; in forceaccidentals()
/dports/audio/denemo/denemo-2.0.6/src/display/
H A Ddrawnotes.c126 if (thenote->showaccidental && !percussion) in draw_notehead()
131 if (thenote->showaccidental == DENEMO_REMINDER) in draw_notehead()
133 if (thenote->showaccidental == DENEMO_CAUTIONARY) in draw_notehead()
H A Ddraw.c430 thenote->showaccidental = TRUE; in draw_object()
/dports/audio/denemo/denemo-2.0.6/include/denemo/
H A Ddenemo_objects.h54 …gboolean showaccidental;/**< This tells denemo to show all possible accidentals?? cautionary accid… member
/dports/audio/denemo/denemo-2.0.6/src/export/
H A Dexportabc.c242 if (curnote->showaccidental) in printchord()
/dports/audio/denemo/denemo-2.0.6/src/core/
H A Dexportxml.c883 if (curNote->enshift != 0 || curNote->showaccidental) in parseObjects()
885 … newXMLAccidental (curElem, ns, curNote->enshift, curNote->showaccidental); in parseObjects()
H A Dutils.c848 if (thetone->showaccidental) in setpixelmin()
/dports/audio/denemo/denemo-2.0.6/
H A DChangeLog756 measureops.c showaccidental if note postfixed with ! or ?