]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/duration.cc
Doc: Glossary - add notes for High Bass Clef
[lilypond.git] / lily / duration.cc
index 7c45ef700b19f82f716881ebfeefac89a8400d56..0b1001954072852ea366ad18c257aa19ef0fb4e0 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2014 Jan Nieuwenhuizen <janneke@gnu.org>
+  Copyright (C) 1997--2015 Jan Nieuwenhuizen <janneke@gnu.org>
   Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
@@ -140,7 +140,7 @@ const char Duration::type_p_name_[] = "ly:duration?";
 
 
 int
-Duration::print_smob (SCM port, scm_print_state *)
+Duration::print_smob (SCM port, scm_print_state *) const
 {
   scm_puts ("#<Duration ", port);
   scm_display (ly_string2scm (to_string ()), port);