Home
last modified time | relevance | path

Searched refs:grob_property_path (Results 1 – 4 of 4) sorted by relevance

/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Dcontext-property.cc39 SCM grob_property_path, in general_pushpop_property() argument
44 || !scm_is_symbol (scm_car (grob_property_path))) in general_pushpop_property()
52 (grob_property_path, new_value); in general_pushpop_property()
210 SCM symbol = scm_car (grob_property_path); in push()
211 SCM rest = scm_cdr (grob_property_path); in push()
243 SCM cell = push (grob_property_path, new_value); in temporary_override()
264 if (!scm_is_pair (grob_property_path) in temporary_revert()
271 if (scm_is_pair (scm_cdr (grob_property_path))) in temporary_revert()
328 Grob_property_info::pop (SCM grob_property_path) in pop() argument
336 if (!scm_is_pair (grob_property_path) in pop()
[all …]
H A Dproperty-iterator.cc74 SCM grob_property_path = get_property (m, "grob-property-path"); in get_property_path() local
79 grob_property_path = scm_list_1 (eprop); in get_property_path()
82 return grob_property_path; in get_property_path()
91 SCM grob_property_path = get_property_path (get_music ()); in process() local
99 ly_symbol2scm ("property-path"), grob_property_path); in process()
103 ly_symbol2scm ("property-path"), grob_property_path, in process()
118 SCM grob_property_path = get_property_path (m); in process() local
123 ly_symbol2scm ("property-path"), grob_property_path); in process()
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Dcontext-property.cc39 SCM grob_property_path, in general_pushpop_property() argument
44 || !scm_is_symbol (scm_car (grob_property_path))) in general_pushpop_property()
52 (grob_property_path, new_value); in general_pushpop_property()
211 SCM symbol = scm_car (grob_property_path); in push()
212 SCM rest = scm_cdr (grob_property_path); in push()
244 SCM cell = push (grob_property_path, new_value); in temporary_override()
265 if (!scm_is_pair (grob_property_path) in temporary_revert()
272 if (scm_is_pair (scm_cdr (grob_property_path))) in temporary_revert()
329 Grob_property_info::pop (SCM grob_property_path) in pop() argument
337 if (!scm_is_pair (grob_property_path) in pop()
[all …]
H A Dproperty-iterator.cc74 SCM grob_property_path = get_property (m, "grob-property-path"); in get_property_path() local
79 grob_property_path = scm_list_1 (eprop); in get_property_path()
82 return grob_property_path; in get_property_path()
91 SCM grob_property_path = get_property_path (get_music ()); in process() local
99 ly_symbol2scm ("property-path"), grob_property_path); in process()
103 ly_symbol2scm ("property-path"), grob_property_path, in process()
118 SCM grob_property_path = get_property_path (m); in process() local
123 ly_symbol2scm ("property-path"), grob_property_path); in process()