]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/pitch.hh
string() -> to_string()
[lilypond.git] / lily / include / pitch.hh
index a3c63fb25b64b6ceeb5414e262510799c9451736..ff03ec2826a7dd8fe0f985251f57fea7c6073078 100644 (file)
@@ -66,7 +66,7 @@ public:
   int steps () const;
   /// return pitch from central c (in halfnotes)
   int semitone_pitch () const; 
-  String string () const;
+  String to_string () const;
 
   SCM smobbed_copy () const;
   DECLARE_SCHEME_CALLBACK (less_p, (SCM a, SCM b));