]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/output-def-scheme.cc
Run `make grand-replace'.
[lilypond.git] / lily / output-def-scheme.cc
index 91a7933d00f20ebec81e6b2ecdc8e2c85683a3b9..7a44a0d0824af53de2acb6bb7621f0c1beb5b053 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--2008 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));