]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/grace-engraver.cc
Doc: LM - correct @example for Tweak Command
[lilypond.git] / lily / grace-engraver.cc
index 1ebc6c9a7432987ad49f4768632d7e4caf40628b..dc32f8448106325fe48b1d4347d13a6c0acc3972 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2004--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2004--2014 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
@@ -60,7 +60,7 @@ Grace_engraver::consider_change_grace_settings ()
           SCM grob = scm_cadr (entry);
           SCM sym = scm_caddr (entry);
 
-          execute_pushpop_property (unsmob_context (context),
+          execute_pushpop_property (Context::unsmob (context),
                                     grob, sym, SCM_UNDEFINED);
         }