Home
last modified time | relevance | path

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

/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dcontexts.c189 curstaffstruct->leftmost_stem_directive = ((stemdirective *) obj->object)->type; in find_leftmost_staffcontext()
191 curstaffstruct->leftmost_stem_directive = DENEMO_STEMBOTH; in find_leftmost_staffcontext()
/dports/audio/denemo/denemo-2.0.6/include/denemo/
H A Ddenemo_types.h287 gint leftmost_stem_directive; /**< Stem directive at start of leftmost visible measure */ member
/dports/audio/denemo/denemo-2.0.6/src/display/
H A Ddraw.c1023 itp->stem_directive = thestaff->leftmost_stem_directive; in draw_staff()