]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-spacing.cc
fix tuplet example
[lilypond.git] / lily / note-spacing.cc
index 6c38736e8ded2b473ad92e844f3b8fb0e4967937..c4a79e403f7b18bb0313ce9a823ab481cf2cd8d3 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2001--2006  Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2001--2007  Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "note-spacing.hh"
@@ -64,7 +64,8 @@ Note_spacing::get_spacing (Grob *me, Item *right_col,
              continue;
            }
 
-         if (d == LEFT)
+         if (d == LEFT
+             && Note_column::has_interface (it))
            {
              SCM r = it->get_object ("rest");
              Grob *g = unsmob_grob (r);