X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftie-details.cc;h=bc43d1cbd69e9f5a1232fdd1811e748e09914797;hb=c8c3f3cb3714cd487435f35aaf86615716020141;hp=7c39b1c717cf20bbca5c7fbf8f7b7e10dc32623a;hpb=ade2bb7da653fbd9d670590afd67376fe69c59dd;p=lilypond.git diff --git a/lily/tie-details.cc b/lily/tie-details.cc index 7c39b1c717..bc43d1cbd6 100644 --- a/lily/tie-details.cc +++ b/lily/tie-details.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2005--2007 Han-Wen Nienhuys + (c) 2005--2009 Han-Wen Nienhuys */ @@ -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");