]> git.donarmstrong.com Git - lilypond.git/blobdiff - lib/plet.cc
release: 1.0.1
[lilypond.git] / lib / plet.cc
index 686909382a19cb3119a8fa4a2d094332c1460720..b27ecc9c0be7aa5b207defb03b5dad96f043d7d0 100644 (file)
@@ -3,26 +3,26 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include "plet.hh"
 
 
-Plet::Plet()
+Plet::Plet ()
 {
   type_i_ = 1;
   iso_i_ = 1;
 }
 
 Moment
-Plet::mom() const
+Plet::mom () const
 {
-  return  Moment(iso_i_, type_i_);
+  return  Moment (iso_i_, type_i_);
 }
 
 bool
-Plet::unit_b() const
+Plet::unit_b () const
 {
   return type_i_ == 1 && iso_i_ == 1;
 }