]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/audio-item.hh
extract new Audio_note::tie_head() method
[lilypond.git] / lily / include / audio-item.hh
index 1b858cd8c4d7261321e064103cd967a678bdccc2..5e5d499fbd433d6d1876a1ef98468e2d91b6574e 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);
+  Audio_note *tie_head ();
   virtual string to_string () const;
 
   Pitch pitch_;