]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tie-details.cc
Run `make grand-replace'.
[lilypond.git] / lily / tie-details.cc
index 7c39b1c717cf20bbca5c7fbf8f7b7e10dc32623a..2524599ad76172d2fd7f0a8221fb776a4f4ac27f 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2005--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
 */
 
@@ -28,7 +28,10 @@ Tie_details::from_grob (Grob *me)
 {
   staff_symbol_referencer_ = me;
   staff_space_ = Staff_symbol_referencer::staff_space (me);
-
+  
+  neutral_direction_ = to_dir (me->get_property ("neutral-direction"));
+  if (!neutral_direction_)
+    neutral_direction_ = DOWN;
   
   SCM details = me->get_property ("details");