]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.80
authorfred <fred>
Tue, 26 Mar 2002 23:54:59 +0000 (23:54 +0000)
committerfred <fred>
Tue, 26 Mar 2002 23:54:59 +0000 (23:54 +0000)
lily/piano-pedal-engraver.cc
lily/score-element.cc

index f7127c425a37a0c03a4a9fb50c17096efc570574..6b1fd8f7c1d707de9aabd20c8ff4b16d034ad8ce 100644 (file)
@@ -200,9 +200,9 @@ Piano_pedal_engraver::do_process_music ()
          p->item_p_->add_offset_callback (Side_position::aligned_on_self, X_AXIS);
          p->item_p_->add_offset_callback (Side_position::centered_on_parent, X_AXIS);
          announce_element (p->item_p_,
-                                               p->req_l_drul_[START]
-                                               ? p->req_l_drul_[START]
-                                               : p->req_l_drul_[STOP]);
+                           p->req_l_drul_[START]
+                           ? p->req_l_drul_[START]
+                           : p->req_l_drul_[STOP]);
        }
     }
 }
index 6a294a43019696c4cddfb85f48714e4ef9d020d1..49493167f39e3d8e7704bc06f9b3c583d53298f0 100644 (file)
@@ -836,8 +836,8 @@ init_functions ()
 bool
 Score_element::has_interface (SCM k)
 {
-  if (mutable_property_alist_ == SCM_EOL)
-    return false;
+  //  if (mutable_property_alist_ == SCM_EOL)
+  //  return false;
   
   SCM ifs = get_elt_property (interfaces_sym);