Home
last modified time | relevance | path

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

/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dscore.c409 DenemoStaff *thestaff = (DenemoStaff*)this->data; in get_object_by_position() local
722 thestaff->staffmenu = thestaff->voicemenu = NULL; in clone_staff()
723 thestaff->sources = NULL; in clone_staff()
735 thestaff->leftmost_clefcontext = &thestaff->clef; in clone_staff()
740 thestaff->leftmost_clefcontext = &thestaff->clef; in clone_staff()
744 thestaff->leftmost_timesig = &thestaff->timesig; in clone_staff()
749 thestaff->leftmost_timesig = &thestaff->timesig; in clone_staff()
753 thestaff->leftmost_keysig = &thestaff->keysig; in clone_staff()
758 thestaff->leftmost_keysig = &thestaff->keysig; in clone_staff()
818 clone_staff (srcStaff, thestaff); in clone_movement()
[all …]
H A Dstaff.h29 measurenode *staff_first_measure_node (staffnode * thestaff);
31 measurenode *staff_nth_measure_node (staffnode * thestaff, gint n);
40 void staff_beams_and_stems_dirs (DenemoStaff * thestaff);
42 void staff_show_which_accidentals (DenemoStaff * thestaff);
44 void staff_fix_note_heights (DenemoStaff * thestaff);
H A Dfigure.c118 DenemoStaff *thestaff = (DenemoStaff *) gui->movement->currentstaff->data; in delete_figured_bass() local
121 thestaff->hasfigures = FALSE; in delete_figured_bass()
125 for (curmeasure = thestaff->themeasures; curmeasure; curmeasure = curmeasure->next) in delete_figured_bass()
147 DenemoStaff *thestaff = (DenemoStaff *) gui->movement->currentstaff->data; in hide_figured_bass() local
148 thestaff->hasfigures = FALSE; in hide_figured_bass()
156 DenemoStaff *thestaff = (DenemoStaff *) gui->movement->currentstaff->data; in show_figured_bass() local
158 for (curmeasure = thestaff->themeasures; curmeasure; curmeasure = curmeasure->next) in show_figured_bass()
168 thestaff->hasfigures = TRUE; in show_figured_bass()
H A Dlyric.c201 DenemoStaff *thestaff = Denemo.project->movement->currentstaff->data; in syllable_count() local
249 DenemoStaff *thestaff = Denemo.project->movement->currentstaff->data; in synchronize_lyric_cursor() local
251 GtkTextView* verse_view = (GtkTextView*)verse_get_current_view(thestaff); in synchronize_lyric_cursor()
270 DenemoStaff *thestaff = Denemo.project->movement->currentstaff->data; in synchronize_cursor() local
274 get_pos_at_syllable_count (thestaff, count, &pos); in synchronize_cursor()
606 get_lyrics_for_current_verse (DenemoStaff * thestaff) in get_lyrics_for_current_verse() argument
608 GtkTextView* verse_view = (GtkTextView*) verse_get_current_view (thestaff); in get_lyrics_for_current_verse()
616 append_lyrics_for_current_verse (DenemoStaff * thestaff, gchar * text) in append_lyrics_for_current_verse() argument
632 put_lyrics_for_current_verse (DenemoStaff * thestaff, gchar * text) in put_lyrics_for_current_verse() argument
657 if (thestaff->verses) in get_lyrics_for_verse_num()
[all …]
H A Dstaff.c43 staff_first_measure_node (staffnode * thestaff) in staff_first_measure_node() argument
45 return ((DenemoStaff *) thestaff->data)->themeasures; in staff_first_measure_node()
55 staff_nth_measure_node (staffnode * thestaff, gint n) in staff_nth_measure_node() argument
57 return g_list_nth (((DenemoStaff *) thestaff->data)->themeasures, n); in staff_nth_measure_node()
458 staff_beams_and_stems_dirs (DenemoStaff * thestaff) in staff_beams_and_stems_dirs() argument
462 for (curmeasure = thestaff->themeasures; curmeasure; curmeasure = curmeasure->next) in staff_beams_and_stems_dirs()
474 staff_show_which_accidentals (DenemoStaff * thestaff) in staff_show_which_accidentals() argument
477 for (curmeasure = thestaff->themeasures; curmeasure; curmeasure = curmeasure->next) in staff_show_which_accidentals()
487 staff_fix_note_heights (DenemoStaff * thestaff) in staff_fix_note_heights() argument
497 for (curmeasure = thestaff->themeasures; curmeasure; curmeasure = curmeasure->next) in staff_fix_note_heights()
[all …]
H A Dselect.c1383 DenemoStaff *thestaff = curstaff->data; in action_chunk() local
1384 gorig = g = thestaff->verse_views; in action_chunk()
1385 thestaff->verse_views = NULL; in action_chunk()
1390 thestaff->verse_views = g_list_append (thestaff->verse_views, text); in action_chunk()
1391 if (thestaff->current_verse_view == g) in action_chunk()
1392 thestaff->current_verse_view = g_list_last (thestaff->verse_views); in action_chunk()
1459 DenemoStaff *thestaff = curstaff->data; in action_chunk() local
1460 gorig = g = thestaff->verse_views; in action_chunk()
1462 thestaff->verse_views = NULL; in action_chunk()
1466 add_verse_to_staff (si, thestaff); in action_chunk()
[all …]
H A Dlyric.h22 gchar *get_lyrics_for_current_verse (DenemoStaff * thestaff);
25 gboolean append_lyrics_for_current_verse (DenemoStaff * thestaff, gchar * text);
H A Dfakechord.c156 DenemoStaff *thestaff = (DenemoStaff *) gui->movement->currentstaff->data; in delete_fakechords() local
159 thestaff->hasfakechords = FALSE; in delete_fakechords()
164 for (curmeasure = thestaff->themeasures; curmeasure; curmeasure = curmeasure->next) in delete_fakechords()
H A Dobject.c1882 DenemoStaff *thestaff = (DenemoStaff *) Denemo.project->movement->currentstaff->data; in clef_change_initial_cb() local
1883 if(thestaff->voicecontrol != DENEMO_PRIMARY) in clef_change_initial_cb()
1889 DenemoStaff *thestaff = (DenemoStaff *) Denemo.project->movement->currentstaff->data; in keysig_change_info() local
1890 if(thestaff->voicecontrol != DENEMO_PRIMARY) in keysig_change_info()
1903 if(thestaff->voicecontrol != DENEMO_PRIMARY) in timesig_change_initial_cb()
2002 if(thestaff->voicecontrol != DENEMO_PRIMARY) in edit_staff_and_voice_properties()
2017 const gchar *theclef = get_clef_name (thestaff->clef.type); in edit_staff_and_voice_properties()
2024 text = g_strdup_printf (_("Time: %d/%d"), thestaff->timesig.time1, thestaff->timesig.time2); in edit_staff_and_voice_properties()
2030 text = g_strdup_printf (_("Key: %s"), get_lilypond_for_keysig (&(thestaff->keysig))); in edit_staff_and_voice_properties()
2038 if(thestaff->keysig.directives) in edit_staff_and_voice_properties()
[all …]
H A Dcommandfuncs.c526 DenemoStaff *thestaff = (DenemoStaff *) gui->movement->currentstaff->data; in splitstaffs() local
528 … if ((thestaff->voicecontrol & DENEMO_PRIMARY) && (nextstaff->voicecontrol == DENEMO_SECONDARY)) in splitstaffs()
557 DenemoStaff *thestaff = (DenemoStaff *) gui->movement->currentstaff->data; in joinstaffs() local
558 thestaff->voicecontrol = DENEMO_SECONDARY; in joinstaffs()
2649 DenemoStaff *thestaff = (DenemoStaff *) si->currentstaff->data; in dnm_deleteobject() local
2650 measure->timesig = &thestaff->timesig; in dnm_deleteobject()
/dports/audio/denemo/denemo-2.0.6/src/display/
H A Ddraw.c931 itp->range = thestaff->range; in draw_staff()
932 itp->range_lo = thestaff->range_lo; in draw_staff()
933 itp->range_hi = thestaff->range_hi; in draw_staff()
974 itp->clef = thestaff->leftmost_clefcontext; in draw_staff()
986 itp->key = thestaff->leftmost_keysig->number; in draw_staff()
1036 if (thestaff->subpart) in draw_staff()
1050 if (thestaff->subpart) in draw_staff()
1063 if (thestaff->subpart) in draw_staff()
1182 thestaff->space_above = -itp->highy; in draw_staff()
1187 thestaff->space_below = itp->lowy; in draw_staff()
[all …]
/dports/audio/denemo/denemo-2.0.6/src/scripting/
H A Dscheme-callbacks.c1818 thestaff->volume = 127; in scheme_staff_master_volume()
1819 if (thestaff->volume < 0) in scheme_staff_master_volume()
1820 thestaff->volume = 0; in scheme_staff_master_volume()
1826 thestaff->mute = TRUE; in scheme_staff_master_volume()
1830 return thestaff->mute?scm_from_double (0.0) : scm_from_double (thestaff->volume / 127.0); in scheme_staff_master_volume()
1831 thestaff->mute = FALSE; in scheme_staff_master_volume()
5877 *(hi?&thestaff->range_hi:&thestaff->range_lo) = value; in set_staff_range()
5878 thestaff->range = TRUE; in set_staff_range()
5880 if(thestaff->range) in set_staff_range()
5881 return scm_from_int (hi?thestaff->range_hi:thestaff->range_lo); in set_staff_range()
[all …]
/dports/audio/denemo/denemo-2.0.6/src/ui/
H A Dmousing.c1140 DenemoStaff *thestaff = (DenemoStaff*)(Denemo.project->movement->currentstaff->data); in scorearea_scroll_event() local
1141 if(thestaff->space_above < MAXEXTRASPACE) in scorearea_scroll_event()
1143 thestaff->space_above++; in scorearea_scroll_event()
/dports/audio/denemo/denemo-2.0.6/src/core/
H A Dutils.c1202 printmeasures (staffnode * thestaff) in printmeasures() argument
1204 GList *measure = staff_first_measure_node (thestaff); in printmeasures()
1206 for (measure = staff_first_measure_node (thestaff); measure; measure = measure->next) in printmeasures()
/dports/security/dirbuster/DirBuster-1.0-RC1/
H A Ddirectories.jbrofuzz51856 thestaff