]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/audio-item.cc
release: 1.3.45
[lilypond.git] / lily / audio-item.cc
index 06ccec24e921f55b4bf8dddf5a0902da880e2726..5d78ec4bd58794be869199bcbe49e7bc33cf4f13 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1999 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c)  1997--2000 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 #include "debug.hh"
 #include "audio-item.hh"
@@ -45,6 +45,11 @@ Audio_key::Audio_key (Key_def const& k)
   key_ = k;
 }
 
+Audio_dynamic::Audio_dynamic (Real volume)
+{
+  volume_ = volume;
+}
+
 Audio_tempo::Audio_tempo (int per_minute_4_i)
 {
   per_minute_4_i_ = per_minute_4_i;
@@ -73,7 +78,7 @@ Audio_tie::set_note (Direction d, Audio_note* note_l)
 {
   assert (!note_l_drul_[d]);
   note_l_drul_[d] = note_l;
-  //set_bounds (d, head_l);
+  //set_bound (d, head_l);
 
   //  add_dependency (head_l);
 }