]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/midi-item.hh
*** empty log message ***
[lilypond.git] / lily / include / midi-item.hh
index 0fbe2eb217cf67a39a2f3edf9f380c7b27f40512..e61b5ed7753ba731d896e0aaea96150ad1f8df10 100644 (file)
@@ -1,7 +1,7 @@
 /*
   midi-item.hh -- declare Midi items
 
-  (c)  1997--2002 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1997--2004 Jan Nieuwenhuizen <janneke@gnu.org>
  */
 
 #ifndef MIDI_ITEM_HH
@@ -123,6 +123,7 @@ public:
 
   Moment get_length () const;
   int get_pitch () const;
+  int get_fine_tuning () const;
   virtual String to_string () const;
 
   Audio_note* audio_;