]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/score-priority-engraver.cc
release: 1.3.1
[lilypond.git] / lily / score-priority-engraver.cc
index 3530c26a255eaaeb17845d3de0ea6fde7cf8e53a..c72a60d01f8ec7ada51ee27e64ba79228f48f336 100644 (file)
@@ -44,8 +44,8 @@ Score_priority_engraver::acknowledge_element (Score_element_info inf)
       if (item_l->empty_b (X_AXIS) || item_l->parent_l (X_AXIS))
        return;
 
-      bool breakable
-       = (item_l->remove_elt_property (breakable_scm_sym) != SCM_BOOL_F);
+      SCM bp=item_l->remove_elt_property (breakable_scm_sym);
+      bool breakable = (bp != SCM_BOOL_F);
       if (!breakable)
        return ;