]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/accidental.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / accidental.cc
index 0557883267e56497f28304e3b66813576d185eff..d79c17a9e9af2f1e70de4726723e6c4bca0548df 100644 (file)
@@ -47,12 +47,8 @@ Accidental_interface::after_line_breaking (SCM smob)
   Grob *me = unsmob_grob (smob);
   Grob *tie = unsmob_grob (me->get_object ("tie"));
 
-  if (tie && !tie->original ()
-      && !to_boolean (me->get_property ("forced")))
-    {
-      me->suicide ();
-    }
+  if (tie && !tie->original ())
+    me->suicide ();
   return SCM_UNSPECIFIED;
 }
 
@@ -260,7 +256,6 @@ ADD_INTERFACE (Accidental_interface, "accidental-interface",
               "avoid-slur "
               "cautionary "
               "cautionary-style "
-              "forced "
               "style "
               "tie "
               );