]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/output-def-scheme.cc
Fix out-of-build compile for ja.
[lilypond.git] / lily / output-def-scheme.cc
index 91a7933d00f20ebec81e6b2ecdc8e2c85683a3b9..f3b7a1cf0a1b36543072d5a5a5331a1353612b22 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2005--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "output-def.hh"
@@ -135,7 +135,6 @@ LY_DEFINE (ly_paper_get_number, "ly:paper-get-number", 2, 0, 0,
           (SCM layout_smob, SCM name),
           "Return the layout variable @var{name}.")
 {
   LY_ASSERT_SMOB (Output_def, layout_smob, 1);
   Output_def *layout = unsmob_output_def (layout_smob);
   return scm_from_double (layout->get_dimension (name));