]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/atom.hh
release: 0.1.22
[lilypond.git] / lily / include / atom.hh
index 66c4a6cbba908f886575b9675c50141b2d334292..22b4cec9726bf09fa4e441a8008ed2973306ec9a 100644 (file)
@@ -24,7 +24,7 @@ struct Atom {
   Atom (String, Box);
   Atom ();
   void translate (Offset o);
-  void translate (Real r,Axis a);
+  void translate_axis (Real r,Axis a);
   /// how big is #this#?
   Box extent() const;
   void print() const;