Home
last modified time | relevance | path

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

/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Dfretboard-engraver.cc42 vector<Stream_event *> note_events_; member in Fretboard_engraver
76 note_events_.push_back (ev); in listen_note()
94 if (!note_events_.size ()) in process_music()
97 SCM tab_strings = articulation_list (note_events_, in process_music()
100 SCM fingers = articulation_list (note_events_, in process_music()
103 fret_board_ = make_item ("FretBoard", note_events_[0]->self_scm ()); in process_music()
104 SCM fret_notes = to_scm_list (note_events_); in process_music()
125 note_events_.clear (); in stop_translation_timestep()
H A Dtab-note-heads-engraver.cc44 vector<Stream_event *> note_events_; member in Tab_note_heads_engraver
68 note_events_.push_back (ev); in listen_note()
86 SCM tab_strings = articulation_list (note_events_, in process_music()
89 SCM defined_fingers = articulation_list (note_events_, in process_music()
92 SCM tab_notes = to_scm_list (note_events_); in process_music()
109 bool length_changed = (note_events_.size () != fret_count); in process_music()
125 Item *note = make_item ("TabNoteHead", note_events_[index]->self_scm ()); in process_music()
138 note_events_.clear (); in stop_translation_timestep()
H A Dcompletion-note-heads-engraver.cc64 vector<Stream_event *> note_events_; member in Completion_heads_engraver
96 note_events_.push_back (ev); in listen_note()
215 orig = unsmob<Duration> (get_property (note_events_[0], "duration")); in process_music()
234 for (vsize i = 0; left_to_do_ && i < note_events_.size (); i++) in process_music()
237 Stream_event *event = note_events_[i]; in process_music()
242 SCM pits = get_property (note_events_[i], "pitch"); in process_music()
317 note_events_.clear (); in start_translation_timestep()
321 ly_bool2scm (note_events_.size ())); in start_translation_timestep()
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Dfretboard-engraver.cc42 vector<Stream_event *> note_events_; member in Fretboard_engraver
76 note_events_.push_back (ev); in listen_note()
94 if (!note_events_.size ()) in process_music()
97 SCM tab_strings = articulation_list (note_events_, in process_music()
100 SCM fingers = articulation_list (note_events_, in process_music()
103 fret_board_ = make_item ("FretBoard", note_events_[0]->self_scm ()); in process_music()
104 SCM fret_notes = to_scm_list (note_events_); in process_music()
125 note_events_.clear (); in stop_translation_timestep()
H A Dtab-note-heads-engraver.cc44 vector<Stream_event *> note_events_; member in Tab_note_heads_engraver
68 note_events_.push_back (ev); in listen_note()
86 SCM tab_strings = articulation_list (note_events_, in process_music()
89 SCM defined_fingers = articulation_list (note_events_, in process_music()
92 SCM tab_notes = to_scm_list (note_events_); in process_music()
109 bool length_changed = (note_events_.size () != fret_count); in process_music()
125 Item *note = make_item ("TabNoteHead", note_events_[index]->self_scm ()); in process_music()
138 note_events_.clear (); in stop_translation_timestep()
H A Dcompletion-note-heads-engraver.cc64 vector<Stream_event *> note_events_; member in Completion_heads_engraver
96 note_events_.push_back (ev); in listen_note()
202 orig = unsmob<Duration> (get_property (note_events_[0], "duration")); in process_music()
220 for (vsize i = 0; left_to_do_ && i < note_events_.size (); i++) in process_music()
223 Stream_event *event = note_events_[i]; in process_music()
228 SCM pits = get_property (note_events_[i], "pitch"); in process_music()
303 note_events_.clear (); in start_translation_timestep()
307 ly_bool2scm (note_events_.size ())); in start_translation_timestep()