]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/pitch.cc
Doc: NR- small typo in Pitches.itely
[lilypond.git] / lily / pitch.cc
index 14151783725519e4c8170f4bb51e712ca78c648a..e34562fecc5571fe83ab21b5c3b5df677ffb36d9 100644 (file)
@@ -221,13 +221,13 @@ Pitch::down_to (int notename)
 const char Pitch::type_p_name_[] = "ly:pitch?";
 
 SCM
-Pitch::mark_smob ()
+Pitch::mark_smob () const
 {
   return scale_->self_scm ();
 }
 
 int
-Pitch::print_smob (SCM port, scm_print_state *)
+Pitch::print_smob (SCM port, scm_print_state *) const
 {
   scm_puts ("#<Pitch ", port);
   scm_display (ly_string2scm (to_string ()), port);