Home
last modified time | relevance | path

Searched refs:robust_scm2string (Results 1 – 23 of 23) sorted by relevance

/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Drepeat-acknowledge-engraver.cc187 rb = robust_scm2string (s, ":|.S.|:"); in process_music()
195 rb = robust_scm2string (s, "|.S.|:"); in process_music()
201 rb = robust_scm2string (s, "S.|:"); in process_music()
209 rb = robust_scm2string (s, ":|.S"); in process_music()
217 rb = robust_scm2string (s, "|.S"); in process_music()
223 rb = robust_scm2string (s, "S"); in process_music()
233 rb = robust_scm2string (s, ":..:"); in process_music()
239 rb = robust_scm2string (s, ".|:"); in process_music()
246 rb = robust_scm2string (s, ":|."); in process_music()
254 ub = robust_scm2string (get_property (this, "fineBarType"), "|."); in process_music()
[all …]
H A Daccidental.cc70 string glyph_name = robust_scm2string (ly_assoc_get (alt, alist, SCM_BOOL_F), in horizontal_skylines()
H A Dflag.cc132 string font_char = robust_scm2string (get_property (me, "glyph-name"), ""); in print()
H A Dquote-iterator.cc135 std::string c_id = robust_scm2string (id, ""); in create_contexts()
H A Dnote-head.cc45 suffix = robust_scm2string (get_property (me, "glyph-name"), ""); in internal_print()
H A Dlyric-combine-music-iterator.cc341 string id = robust_scm2string (get_property (m, "associated-context"), in do_quit()
H A Dpage-turn-engraver.cc230 string bar = robust_scm2string (bar_scm, ""); in stop_translation_timestep()
H A Dlily-guile.cc356 robust_scm2string (SCM k, const string &s) in robust_scm2string() function
H A Dstencil-integral.cc612 char_ids.push_back (robust_scm2string (scm_car (now), "")); in add_glyph_string_segments()
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Drepeat-acknowledge-engraver.cc113 s = robust_scm2string (get_property (this, "doubleRepeatSegnoType"), ":|.S.|:"); in process_music()
115 s = robust_scm2string (get_property (this, "startRepeatSegnoType"), "S.|:"); in process_music()
117 s = robust_scm2string (get_property (this, "endRepeatSegnoType"), ":|.S"); in process_music()
119 s = robust_scm2string (get_property (this, "segnoType"), "S"); in process_music()
122 s = robust_scm2string (get_property (this, "doubleRepeatType"), ":..:"); in process_music()
124 s = robust_scm2string (get_property (this, "startRepeatType"), ".|:"); in process_music()
126 s = robust_scm2string (get_property (this, "endRepeatType"), ":|."); in process_music()
H A Daccidental.cc67 string glyph_name = robust_scm2string (ly_assoc_get (alt, alist, SCM_BOOL_F), in horizontal_skylines()
H A Dflag.cc131 string font_char = robust_scm2string (get_property (me, "glyph-name"), ""); in print()
H A Dnote-head.cc43 suffix = robust_scm2string (get_property (me, "glyph-name"), ""); in internal_print()
H A Dquote-iterator.cc134 std::string c_id = robust_scm2string (id, ""); in create_contexts()
H A Dlyric-combine-music-iterator.cc340 string id = robust_scm2string (get_property (m, "associated-context"), in do_quit()
H A Dspacing-determine-loose-columns.cc125 if ("" != robust_scm2string (get_property (helts[k], "glyph-name"), "")) in is_loose_column()
H A Dpage-turn-engraver.cc222 string bar = robust_scm2string (bar_scm, ""); in stop_translation_timestep()
H A Dlily-guile.cc378 robust_scm2string (SCM k, const string &s) in robust_scm2string() function
H A Dstencil-integral.cc603 char_ids.push_back (robust_scm2string (scm_car (now), "")); in add_glyph_string_segments()
/dports/print/lilypond/lilypond-2.22.1/lily/include/
H A Dlily-guile.hh76 std::string robust_scm2string (SCM, const std::string &);
/dports/print/lilypond-devel/lilypond-2.23.5/lily/include/
H A Dlily-guile.hh76 std::string robust_scm2string (SCM, const std::string &);
/dports/print/lilypond-devel/lilypond-2.23.5/Documentation/misc/
H A DChangeLog-2.102141 * lily/lily-guile.cc (robust_scm2string): new function
/dports/print/lilypond/lilypond-2.22.1/Documentation/misc/
H A DChangeLog-2.102141 * lily/lily-guile.cc (robust_scm2string): new function