]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/output-def-scheme.cc
Run grand replace for 2015.
[lilypond.git] / lily / output-def-scheme.cc
index 552ccbe36b3283f65bf7bd568ab4bdf6e172aaf3..0b85c133a8cf6cd32b1522fd7e590592ab7e0dd6 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
@@ -131,13 +131,8 @@ LY_DEFINE (ly_output_find_context_def, "ly:output-find-context-def",
   return ell;
 }
 
-
-LY_DEFINE (ly_output_def_p, "ly:output-def?",
-          1, 0, 0, (SCM def),
-          "Is @var{def} an output definition?")
-{
-  return ly_bool2scm (Output_def::unsmob (def));
-}
+const char
+Output_def::type_p_name_[] = "ly:output-def?";
 
 LY_DEFINE (ly_paper_outputscale, "ly:paper-outputscale",
           1, 0, 0, (SCM def),