Home
last modified time | relevance | path

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

/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Ddots.cc42 SCM scm_style = get_property (sc, "style"); in print() local
44 if (scm_is_symbol (scm_style)) in print()
45 style = ly_symbol2string (scm_style); in print()
H A Dcustos.cc47 SCM scm_style = get_property (me, "style"); in print() local
49 if (scm_is_symbol (scm_style)) in print()
50 style = ly_symbol2string (scm_style); in print()
H A Dslur-scoring.cc852 SCM scm_style = get_property (g, "style"); in get_extra_encompass_infos() local
853 if (!scm_is_symbol (scm_style) in get_extra_encompass_infos()
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Ddots.cc42 SCM scm_style = get_property (sc, "style"); in print() local
44 if (scm_is_symbol (scm_style)) in print()
45 style = ly_symbol2string (scm_style); in print()
H A Dcustos.cc47 SCM scm_style = get_property (me, "style"); in print() local
49 if (scm_is_symbol (scm_style)) in print()
50 style = ly_symbol2string (scm_style); in print()
H A Dslur-scoring.cc856 SCM scm_style = get_property (g, "style"); in get_extra_encompass_infos() local
857 if (!scm_is_symbol (scm_style) in get_extra_encompass_infos()