]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/audio-item.hh
add Audio_note::to_string to aid debugging
[lilypond.git] / lily / include / audio-item.hh
index 45dcc7b7991f6b486fbd1f8c284cafa0f56bbf61..1b858cd8c4d7261321e064103cd967a678bdccc2 100644 (file)
@@ -86,6 +86,7 @@ public:
 
   // with tieWaitForNote, there might be a skip between the tied notes!
   void tie_to (Audio_note *, Moment skip = 0);
+  virtual string to_string () const;
 
   Pitch pitch_;
   Moment length_mom_;