]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/performer.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / performer.cc
index 9d99873989e8755c5bc3d72c115f0c050327d234..af896f23dd9ee60938e1337d9bac9b1cb5dc082e 100644 (file)
 #include "performer-group.hh"
 #include "warn.hh"
 
+void
+Performer::play_element (Audio_element *p)
+{
+  get_daddy_performer ()->play_element (p);
+}
+
+int
+Performer::get_tempo () const
+{
+  return get_daddy_performer ()->get_tempo ();
+}
 
 Performer_group *
 Performer::get_daddy_performer () const