]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/directional-element-interface.cc
*** empty log message ***
[lilypond.git] / lily / directional-element-interface.cc
index 698f2ff1222214480f67b10a48530dc93b8c688a..bd8a43119c6f999afaf91d4657c948fb60c45e10 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -12,7 +12,7 @@
 Direction
 get_grob_direction (Grob*me) 
 {
-  SCM d= me->get_property ("direction");
+  SCM d = me->get_property ("direction");
   if (!is_direction (d))
     return CENTER;