]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/key-item.cc
release: 0.1.13
[lilypond.git] / lily / key-item.cc
index 5fbfd29f39f39eaa9558e472c15c66b5956d929a..d328f44ac9746b0122d99e90c55abd433a342197 100644 (file)
@@ -74,7 +74,7 @@ Key_item::brew_molecule_p() const
        Atom a (s);
        a.translate ((c_position + pitch[i]) * inter, Y_AXIS);
        Molecule m (a);
-       output->add_right (m);  
+       output->add_at_edge (X_AXIS, RIGHT, m); 
     }
   if (pitch.size()) 
     {
@@ -82,7 +82,7 @@ Key_item::brew_molecule_p() const
        Interval (0, paper()->note_width ()),
        Interval (0,0))));
 
-       output->add_right (m);
+       output->add_at_edge (X_AXIS, RIGHT, m);
     }
   return output;
 }