]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/separation-item.cc
* The grand 2005-2006 replace.
[lilypond.git] / lily / separation-item.cc
index 4b80e14793806f5ef21eda6d9fcd7604e40320ed..37e4ef2ef0d7c04d90645ef6946c1aadada366e5 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1998--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "separation-item.hh"
@@ -129,6 +129,9 @@ Separation_item::extremal_break_aligned_grob (Grob *me,
       if (!scm_is_symbol (break_item->get_property ("break-align-symbol")))
        continue;
 
+      if (!scm_is_pair (break_item->get_property ("space-alist")))
+       continue;
+
       Interval ext = break_item->extent (col, X_AXIS);
 
       if (ext.is_empty ())