Home
last modified time | relevance | path

Searched refs:scm_cdar (Results 1 – 25 of 93) sorted by relevance

1234

/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Dtweak-engraver.cc69 set_property (info.grob (), scm_cdaar (s), scm_cdar (s)); in acknowledge_grob()
72 scm_cdar (s)); in acknowledge_grob()
77 scm_cdar (s)); in acknowledge_grob()
80 set_property (info.grob (), scm_caar (s), scm_cdar (s)); in acknowledge_grob()
H A Dnested-property.cc152 return scm_acons (key, nested_property_alist (scm_cdar (where), in nested_property_alist()
176 alist = scm_cdar (tail); in nested_property()
241 value = nested_property_alist (value, scm_cdaar (pp), scm_cdar (pp)); in nalist_to_alist()
261 value = nested_property_alist (value, scm_cdaar (pp), scm_cdar (pp)); in nalist_to_alist()
293 scm_cdar (partials));
303 SCM value = nested_create_alist (scm_cdaar (partials), scm_cdar (partials));
307 scm_cdar (partials));
H A Dscheme-engraver.cc97 SCM proc = scm_cdar (p); in Scheme_engraver()
137 SCM proc = scm_cdar (p); in init_acknowledgers()
H A Dspan-bar-stub-engraver.cc123 Context *c = unsmob<Context> (scm_cdar (s)); in process_acknowledged()
172 Context *c = unsmob<Context> (scm_cdar (s)); in stop_translation_timestep()
H A Dprob.cc80 SCM aval = scm_cdar (aprop); in equal_p()
81 SCM bval = scm_cdar (bprop); in equal_p()
H A Dkey-engraver.cc93 Rational old_alter = from_scm<Rational> (scm_cdar (s), 0); in create_key()
192 if (from_scm<Rational> (scm_cdar (s))) in read_event()
H A Dtranslator.cc114 SCM callback = scm_cdar (r); in connect_to_context()
127 SCM callback = scm_cdar (r); in disconnect_from_context()
H A Dforbid-break-engraver.cc55 Grob *g = unsmob<Grob> (scm_cdar (busy)); in start_translation_timestep()
H A Dlily-guile.cc199 x = scm_cons (scm_cdar (p), x); in ly_alist_vals()
415 SCM pt = scm_cdar (s); in alist_to_hashq()
499 *tail = scm_acons (scm_caar (alist), scm_cdar (alist), *tail); in ly_alist_copy()
H A Dpaper-column.cc304 if (!unsmob<Grob> (scm_cdar (s)) in print()
305 || !unsmob<Grob> (scm_cdar (s))->get_system ()) in print()
350 Real dist = scm_to_double (scm_cdar (s)); in print()
H A Ddispatcher.cc156 SCM l = scm_cdar (lists[0].list); in dispatch()
237 int priority = scm_to_int (scm_cdar (disp)); in internal_add_listener()
H A Dkey-performer.cc72 from_scm<Rational> (scm_cdar (pitchlist))); in process_music()
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Dtweak-engraver.cc69 set_property (info.grob (), scm_cdaar (s), scm_cdar (s)); in acknowledge_grob()
72 scm_cdar (s)); in acknowledge_grob()
77 scm_cdar (s)); in acknowledge_grob()
80 set_property (info.grob (), scm_caar (s), scm_cdar (s)); in acknowledge_grob()
H A Dnested-property.cc152 return scm_acons (key, nested_property_alist (scm_cdar (where), in nested_property_alist()
176 alist = scm_cdar (tail); in nested_property()
241 value = nested_property_alist (value, scm_cdaar (pp), scm_cdar (pp)); in nalist_to_alist()
261 value = nested_property_alist (value, scm_cdaar (pp), scm_cdar (pp)); in nalist_to_alist()
293 scm_cdar (partials));
303 SCM value = nested_create_alist (scm_cdaar (partials), scm_cdar (partials));
307 scm_cdar (partials));
H A Dscheme-engraver.cc91 SCM proc = scm_cdar (p); in Scheme_engraver()
131 SCM proc = scm_cdar (p); in init_acknowledgers()
H A Dspan-bar-stub-engraver.cc121 Context *c = unsmob<Context> (scm_cdar (s)); in process_acknowledged()
170 Context *c = unsmob<Context> (scm_cdar (s)); in stop_translation_timestep()
H A Dprob.cc80 SCM aval = scm_cdar (aprop); in equal_p()
81 SCM bval = scm_cdar (bprop); in equal_p()
H A Dkey-engraver.cc93 Rational old_alter = from_scm<Rational> (scm_cdar (s), 0); in create_key()
192 if (from_scm<Rational> (scm_cdar (s))) in read_event()
H A Dtranslator.cc114 SCM callback = scm_cdar (r); in connect_to_context()
127 SCM callback = scm_cdar (r); in disconnect_from_context()
H A Dfile-name-map.cc45 SCM val = scm_cdar (s);
H A Dforbid-break-engraver.cc55 Grob *g = unsmob<Grob> (scm_cdar (busy)); in start_translation_timestep()
H A Dpaper-column.cc302 if (!unsmob<Grob> (scm_cdar (s)) in print()
303 || !unsmob<Grob> (scm_cdar (s))->get_system ()) in print()
346 Real dist = scm_to_double (scm_cdar (s)); in print()
H A Dlily-guile.cc204 x = scm_cons (scm_cdar (p), x); in ly_alist_vals()
437 SCM pt = scm_cdar (s); in alist_to_hashq()
520 *tail = scm_acons (scm_caar (alist), scm_cdar (alist), *tail); in ly_alist_copy()
H A Dchange-sequence-iterator.cc68 context_id = scm_cdar (change_list_); in process()
H A Ddispatcher.cc140 SCM l = scm_cdar (lists[0].list); in dispatch()
223 int priority = scm_to_int (scm_cdar (disp)); in internal_add_listener()

1234