]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dot-column.cc
PO: update template.
[lilypond.git] / lily / dot-column.cc
index 03f368d76b50703cd49055d54820417ec3248f63..1aa0b728c0657618f6839be6818691cee898848a 100644 (file)
@@ -109,16 +109,17 @@ Dot_column::calc_positioning_done (SCM smob)
 
           y.add_point (y1);
           y.add_point (y2);
+
+          stems.insert (s);
         }
       else if (Note_head::has_interface (s))
-        y = Interval (-11);
+        y = Interval (-1.1, 1.1);
       else
         {
           programming_error ("unknown grob in dot col support");
           continue;
         }
 
-      y *= 2 / ss;
       y += Staff_symbol_referencer::get_position (s);
 
       Box b (s->extent (commonx, X_AXIS), y);