]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/paper-column.cc
lily/page-layout-problem.cc: Avoid repeats of a warning
[lilypond.git] / lily / paper-column.cc
index 53600cbb21142733360c1f258813caf0a2b8a5b5..f81818ea6853d2827fee411c9a467e0ad3904d9d 100644 (file)
@@ -149,6 +149,10 @@ Paper_column::is_used (Grob *me)
 
   if (to_boolean (me->get_property ("used")))
     return true;
+
+  if (scm_is_pair (me->get_property ("labels")))
+    return true;
+
   return false;
 }