]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/audio-item.cc
patch::: 1.3.95.tca2
[lilypond.git] / lily / audio-item.cc
index 5d78ec4bd58794be869199bcbe49e7bc33cf4f13..b4d358c7f7fe9c176902cfce58f1ace95f6233fd 100644 (file)
@@ -40,9 +40,9 @@ Audio_note::tie_to (Audio_note* t)
 }
 
                    
-Audio_key::Audio_key (Key_def const& k)
+Audio_key::Audio_key () // Key_def const& k)
 {
-  key_ = k;
+  //fixme.
 }
 
 Audio_dynamic::Audio_dynamic (Real volume)
@@ -83,14 +83,5 @@ Audio_tie::set_note (Direction d, Audio_note* note_l)
   //  add_dependency (head_l);
 }
 
-void
-Audio_item::do_print () const
-{
-#ifndef NPRINT
-  if (audio_column_l_)
-    {
-      DEBUG_OUT << "at: "<< audio_column_l_->at_mom ();
-    }
-#endif
-}
+