]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.1.9
authorfred <fred>
Tue, 26 Mar 2002 21:44:40 +0000 (21:44 +0000)
committerfred <fred>
Tue, 26 Mar 2002 21:44:40 +0000 (21:44 +0000)
lily/include/music-wrapper.hh

index 46008d2f5c921be343cdf8755aca7c28dbb15b9a..14c99c6726e1eb7028096a494ec76bc71a422742 100644 (file)
@@ -31,6 +31,8 @@ public:
   Music_wrapper (Music_wrapper const&);
   virtual Moment duration () const;
   virtual ~Music_wrapper ();
+  virtual Musical_pitch to_relative_octave (Musical_pitch);
+  
 };