]> git.donarmstrong.com Git - lilypond.git/blob - lily/request-chord.cc
(acknowledge_grob): rename evented back to
[lilypond.git] / lily / request-chord.cc
1 #include "pitch.hh" 
2 #include "event-chord-iterator.hh"
3 #include "music-list.hh"
4 #include "event.hh"
5
6 Event_chord::Event_chord ()
7 {
8 }
9
10 Moment
11 Event_chord::start_mom () const
12 {
13   return Music::start_mom ();
14 }
15
16 ADD_MUSIC (Event_chord);