]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/relative-octave-check.cc
Run grand replace for 2015.
[lilypond.git] / lily / relative-octave-check.cc
index 627173ea77902663f60e0b489ea667e95df872e3..a68c5b8e4aac63ace9dd5fcc4ddf88748e32bbc5 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2005--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2005--2015 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -32,7 +32,7 @@ SCM
 Relative_octave_check::relative_callback (SCM music, SCM last_pitch)
 {
   Pitch p = *Pitch::unsmob (last_pitch);
-  Music *m = unsmob_music (music);
+  Music *m = Music::unsmob (music);
   Pitch *check_p = Pitch::unsmob (m->get_property ("pitch"));
 
   int delta_oct = 0;