]> git.donarmstrong.com Git - lilypond.git/blobdiff - lib/duration.cc
release: 0.1.7
[lilypond.git] / lib / duration.cc
index 8c08c128023e1325dd422f38b71b790d680a8ff7..fab55e756c9a10e786667dc476068517c7b444fa 100644 (file)
@@ -3,9 +3,8 @@
 
   source file of the LilyPond music typesetter
 
-  copyright 1997 Jan Nieuwenhuizen <jan@digicash.com>
-
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c) 1997 Jan Nieuwenhuizen <jan@digicash.com>
+           Han-Wen Nienhuys <hanwen@stack.nl>
 */
 
 #include "proto.hh"
 int Duration::division_1_i_s = 384 * 4;
 
 
-Duration::Duration( int type_i, int dots_i = 0)
+Duration::Duration()
 {
-// this breaks mi2mu quite effectively
-//    assert(duration_type_b(type_i));
-       type_i_ = type_i;
-       dots_i_ = dots_i;
+       type_i_ = 1;
+       dots_i_ = 0;
        ticks_i_ = 0;
 }
 
@@ -85,12 +82,6 @@ Plet::Plet()
     iso_i_ = 1;
 }
 
-Plet::Plet( int iso_i, int type_i )
-{
-       iso_i_ = iso_i;
-       type_i_ = type_i;
-}
-
 Moment
 Plet::mom()const
 {