]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/simple-spacer.cc
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / lily / simple-spacer.cc
index bf64413a8a4eb28badd8d1e969d6ecd5b4601703..cf4fd5849e35601ad8cf839394d7f6d6ba407c8e 100644 (file)
@@ -470,7 +470,7 @@ get_line_forces (vector<Grob *> const &columns,
                 force[b * breaks.size () + c] = infinity_f;
               break;
             }
-          if (end < cols.size () && cols[end].break_permission_ == force_break)
+          if (end < cols.size () && scm_is_eq (cols[end].break_permission_, force_break))
             break;
         }
     }