]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/audio-item.cc
(convert-to-dvi): redirect output to
[lilypond.git] / lily / audio-item.cc
index d72adbcc7d9011031e3a73f3fd0244e7b2d85338..bdcf76b57f7852660d359d00e9051355d26d954a 100644 (file)
@@ -68,21 +68,3 @@ Audio_text::Audio_text (Audio_text::Type type, String text_string)
   type_ = type;
 }
 
-Audio_tie::Audio_tie ()
-{
-  note_drul_[RIGHT] = 0;
-  note_drul_[LEFT] = 0;
-}
-
-void
-Audio_tie::set_note (Direction d, Audio_note* note)
-{
-  assert (!note_drul_[d]);
-  note_drul_[d] = note;
-  //set_bound (d, head);
-
-  //  add_dependency (head);
-}
-
-
-