]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tie.cc
(get_configuration): don't crash if left_dot is NULL.
[lilypond.git] / lily / tie.cc
index 5efe2d072d5bcfb16a1634bd48efe124deab7823..a4c5aaa929a8dc0aa9f285741cedaf3006b18d24 100644 (file)
@@ -261,7 +261,7 @@ Tie::get_configuration (Grob *me_grob, Grob *common,
     Avoid dot
    */
   Grob *left_dot = unsmob_grob (me->get_bound (LEFT)->get_object ("dot"));
-  int dot_pos = dot_pos
+  int dot_pos = left_dot
     ? int (Staff_symbol_referencer::get_position (left_dot))
     : 0;
   if (left_dot