]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tie-performer.cc
* The grand 2005-2006 replace.
[lilypond.git] / lily / tie-performer.cc
index 314d5c6038df223b97dff32096b5c741b226409e..24bc927a1409892ba6915d2c4aa6d554b618c809 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1998--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "performer.hh"
@@ -43,9 +43,7 @@ bool
 Tie_performer::try_music (Music *mus)
 {
   if (mus->is_mus_type ("tie-event"))
-    {
-      event_ = mus;
-    }
+    event_ = mus;
 
   return true;
 }