]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/slur-performer.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / slur-performer.cc
index babb66ec6291515c102b337343de48a9caf86292..b699058f21312d6bb6a08457330ad0e03024dc6f 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1996--2005 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1996--2006 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #include "performer.hh"
@@ -77,13 +77,9 @@ Slur_performer::try_music (Music *m)
       Direction d = to_dir (m->get_property ("span-direction"));
 
       if (d == START)
-       {
-         start_ev_ = m;
-       }
+       start_ev_ = m;
       else if (d == STOP)
-       {
-         now_stop_ev_ = m;
-       }
+       now_stop_ev_ = m;
       return true;
     }
   return false;