Home
last modified time | relevance | path

Searched refs:leftmost_keysig (Results 1 – 6 of 6) sorted by relevance

/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dcontexts.c172 curstaffstruct->leftmost_keysig = (keysig *) obj->object; in find_leftmost_staffcontext()
174 curstaffstruct->leftmost_keysig = &curstaffstruct->keysig; in find_leftmost_staffcontext()
179 …th, draw_key (NULL, 0, 0, curstaffstruct->leftmost_keysig->number, 0, 0, FALSE, curstaffstruct->le… in find_leftmost_staffcontext()
H A Dscore.c752 if (srcStaff->leftmost_keysig == &srcStaff->keysig) in clone_staff()
753 thestaff->leftmost_keysig = &thestaff->keysig; in clone_staff()
758 thestaff->leftmost_keysig = &thestaff->keysig; in clone_staff()
H A Dstaff.c156 dest->leftmost_keysig = &dest->keysig; in staff_copy()
H A Dobject.c2486 curstaff->leftmost_keysig = &curstaff->keysig; in dnm_setinitialkeysig()
/dports/audio/denemo/denemo-2.0.6/src/display/
H A Ddraw.c986 itp->key = thestaff->leftmost_keysig->number; in draw_staff()
988 draw_key (cr, x, y, itp->key, 0, itp->clef->type, TRUE, thestaff->leftmost_keysig); in draw_staff()
1014 draw_key (cr, x, y, itp->key, 0, itp->clef->type, TRUE, thestaff->leftmost_keysig); in draw_staff()
1020 memcpy (itp->keyaccs, thestaff->leftmost_keysig->accs, SEVENGINTS); in draw_staff()
/dports/audio/denemo/denemo-2.0.6/include/denemo/
H A Ddenemo_types.h281 keysig *leftmost_keysig; member