Home
last modified time | relevance | path

Searched refs:get_music (Results 1 – 25 of 62) sorted by relevance

123

/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Dproperty-iterator.cc37 Music *m = get_music (); in process()
51 Music *m = get_music (); in process()
88 SCM sym = get_property (get_music (), "symbol"); in process()
89 if (check_grob (get_music (), sym)) in process()
91 SCM grob_property_path = get_property_path (get_music ()); in process()
92 SCM val = get_property (get_music (), "grob-value"); in process()
93 SCM once = get_property (get_music (), "once"); in process()
95 if (from_scm<bool> (get_property (get_music (), "pop-first")) in process()
113 Music *m = get_music (); in process()
H A Dcontext-specced-music-iterator.cc45 SCM ct = get_property (get_music (), "context-type"); in create_contexts()
48 SCM ci = get_property (get_music (), "context-id"); in create_contexts()
51 SCM ops = get_property (get_music (), "property-operations"); in create_contexts()
53 = from_scm (get_property (get_music (), "search-direction"), CENTER); in create_contexts()
57 if (from_scm<bool> (get_property (get_music (), "create-new"))) in create_contexts()
H A Dquote-iterator.cc121 event_vector_ = get_property (get_music (), "quoted-events"); in create_children()
131 SCM name = get_property (get_music (), "quoted-context-type"); in create_contexts()
134 SCM id = get_property (get_music (), "quoted-context-id"); in create_contexts()
233 Pitch *me_pitch = unsmob<Pitch> (get_property (get_music (), "quoted-transposition")); in process()
245 SCM cid = get_property (get_music (), "quoted-context-id"); in process()
H A Dchange-iterator.cc79 SCM to_type = get_property (get_music (), "change-to-type"); in process()
80 auto to_id = ly_scm2string (get_property (get_music (), "change-to-id")); in process()
91 = where_tagged (get_property (get_music (), "change-tag")); in process()
H A Dlyric-combine-music-iterator.cc181 Music *m = unsmob<Music> (get_property (get_music (), "element")); in create_children()
199 Music *m = unsmob<Music> (get_property (get_music (), "element")); in create_contexts()
203 lyricsto_voice_name_ = get_property (get_music (), "associated-context"); in create_contexts()
204 lyricsto_voice_type_ = get_property (get_music (), "associated-context-type"); in create_contexts()
334 Music *m = get_music (); in do_quit()
H A Dmusic-iterator.cc155 Music_iterator::get_music () const in get_music() function in Music_iterator
163 if (Music *m = get_music ()) in origin()
249 if (auto m = scope->get_music ()) in find_above_by_music_type()
269 if (auto m = scope->get_music ()) in internal_where_defined()
H A Dapply-context-iterator.cc37 SCM proc = get_property (get_music (), "procedure"); in process()
39 with_location (get_property (get_music (), "origin"), in process()
H A Devent-chord-iterator.cc45 for (SCM s = get_property (get_music (), "elements"); in process()
51 for (SCM s = get_property (get_music (), "articulations"); in process()
H A Dalternative-sequence-iterator.cc86 alt_count_ = scm_ilength (get_property (get_music (), "elements")); in create_children()
98 report_alternative_event (get_music (), STOP, SCM_EOL); in end_alternative()
191 auto *const music = child ? child->get_music () : nullptr; in start_alternative()
H A Dpercent-repeat-iterator.cc62 auto *mus = get_music (); in create_contexts()
87 Music *mus = get_music (); in next_element()
H A Dscore-scheme.cc87 return sc->get_music ();
129 SCM context = ly_run_translator (sc->get_music (), score_def->unprotect ());
H A Dtuplet-iterator.cc69 Music *mus = get_music (); in create_event()
101 if (auto *d = unsmob<Duration> (get_property (get_music (), "duration"))) in process()
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Dproperty-iterator.cc37 Music *m = get_music (); in process()
51 Music *m = get_music (); in process()
88 SCM sym = get_property (get_music (), "symbol"); in process()
89 if (check_grob (get_music (), sym)) in process()
91 SCM grob_property_path = get_property_path (get_music ()); in process()
92 SCM val = get_property (get_music (), "grob-value"); in process()
93 SCM once = get_property (get_music (), "once"); in process()
95 if (from_scm<bool> (get_property (get_music (), "pop-first")) in process()
113 Music *m = get_music (); in process()
H A Dcontext-specced-music-iterator.cc45 SCM ct = get_property (get_music (), "context-type"); in create_contexts()
48 SCM ci = get_property (get_music (), "context-id"); in create_contexts()
51 SCM ops = get_property (get_music (), "property-operations"); in create_contexts()
53 = from_scm (get_property (get_music (), "search-direction"), CENTER); in create_contexts()
57 if (from_scm<bool> (get_property (get_music (), "create-new"))) in create_contexts()
H A Dchange-iterator.cc33 string to_type = ly_symbol2string (get_property (get_music (), "change-to-type")); in error()
34 string to_id = ly_scm2string (get_property (get_music (), "change-to-id")); in error()
90 SCM to_type = get_property (get_music (), "change-to-type"); in process()
91 string to_id = ly_scm2string (get_property (get_music (), "change-to-id")); in process()
H A Dquote-iterator.cc120 event_vector_ = get_property (get_music (), "quoted-events"); in create_children()
130 SCM name = get_property (get_music (), "quoted-context-type"); in create_contexts()
133 SCM id = get_property (get_music (), "quoted-context-id"); in create_contexts()
203 stop_moment_ = start_moment_ + get_music ()->get_length (); in process()
232 Pitch *me_pitch = unsmob<Pitch> (get_property (get_music (), "quoted-transposition")); in process()
244 SCM cid = get_property (get_music (), "quoted-context-id"); in process()
H A Dlyric-combine-music-iterator.cc180 Music *m = unsmob<Music> (get_property (get_music (), "element")); in create_children()
198 Music *m = unsmob<Music> (get_property (get_music (), "element")); in create_contexts()
202 lyricsto_voice_name_ = get_property (get_music (), "associated-context"); in create_contexts()
203 lyricsto_voice_type_ = get_property (get_music (), "associated-context-type"); in create_contexts()
333 Music *m = get_music (); in do_quit()
H A Dapply-context-iterator.cc37 SCM proc = get_property (get_music (), "procedure"); in process()
39 with_location (get_property (get_music (), "origin"), in process()
H A Devent-chord-iterator.cc45 for (SCM s = get_property (get_music (), "elements"); in process()
51 for (SCM s = get_property (get_music (), "articulations"); in process()
H A Dvolta-repeat-iterator.cc65 return scm_cons (get_property (get_music (), "element"), in get_music_list()
74 SCM alts = get_property (get_music (), "elements"); in create_children()
77 rep_count_ = scm_to_int (get_property (get_music (), "repeat-count")); in create_children()
H A Dpercent-repeat-iterator.cc65 return scm_cons (Repeated_music::body (get_music ())->self_scm (), in get_music_list()
76 Music *mus = get_music (); in music_tail()
H A Dtuplet-iterator.cc69 Music *mus = get_music (); in create_event()
101 if (auto *d = unsmob<Duration> (get_property (get_music (), "duration"))) in process()
/dports/games/instead/instead-3.4.1/stead/stead2/ext/
H A Dsound.lua1 stead.get_music = function() function
13 s.__old_music__ = stead.get_music();
142 get_music = stead.get_music
/dports/games/instead/instead-3.4.1/src/tiny/
H A Dtiny2.lua87 stead.get_music = function() function
153 get_music = stead.get_music
/dports/games/epiphany-game/epiphany-0.7.0/src/
H A Dmusic_manager.cpp64 Mix_Music* Music_Manager::get_music(Music_Type music) in get_music() function in Music_Manager
79 Mix_Music* music = get_music(type); in play()

123