Home
last modified time | relevance | path

Searched refs:currentprimarystaff (Results 1 – 5 of 5) sorted by relevance

/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dstaff.c69currentprimarystaff = movement->currentstaff; movement->currentprimarystaff && (((DenemoStaff *) m… in staff_set_current_primary()
428 movement->currentprimarystaff = movement->currentstaff; in staff_delete()
H A Dscore.c821 if (g == si->currentprimarystaff) in clone_movement()
822 newscore->currentprimarystaff = newscore->thescore; in clone_movement()
/dports/audio/denemo/denemo-2.0.6/src/core/
H A Dimportxml.c1863 DenemoStaff *curStaff = (DenemoStaff *) si->currentprimarystaff->data; in parseStaff()
2284 … curVoice->no_of_lines = ((DenemoStaff *) si->currentprimarystaff->data)->no_of_lines; in parseInitVoiceParams()
2295 si->currentprimarystaff = si->currentstaff; in parseInitVoiceParams()
/dports/audio/denemo/denemo-2.0.6/include/denemo/
H A Ddenemo_types.h943 staffnode *currentprimarystaff; member
/dports/audio/denemo/denemo-2.0.6/src/scripting/
H A Dscheme-callbacks.c5949 DenemoStaff *primary = (DenemoStaff *) Denemo.project->movement->currentprimarystaff->data; in scheme_staff_to_voice()