]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/rest-engraver.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / rest-engraver.cc
index 6a72d2c4439ae427ee06de0e5a08ee96656a5bad..7dffbeb9dd3a9c8f12e4353642e208a5c3116306 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "engraver.hh"
@@ -15,7 +15,6 @@
 #include "rhythmic-head.hh"
 #include "music.hh"
 
-
 class Rest_engraver : public Engraver
 {
   Music *rest_event_;
@@ -48,7 +47,6 @@ Rest_engraver::start_translation_timestep ()
   dot_ = 0;
 }
 
-
 void
 Rest_engraver::process_music ()
 {