X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Foutput-def-scheme.cc;h=f3b7a1cf0a1b36543072d5a5a5331a1353612b22;hb=6313f2575553aefbef5b98742a52b7dbe2d4a2a9;hp=91a7933d00f20ebec81e6b2ecdc8e2c85683a3b9;hpb=1b4d7bde7e3be4783e586c159d482691feaec563;p=lilypond.git diff --git a/lily/output-def-scheme.cc b/lily/output-def-scheme.cc index 91a7933d00..f3b7a1cf0a 100644 --- a/lily/output-def-scheme.cc +++ b/lily/output-def-scheme.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2005--2007 Han-Wen Nienhuys + (c) 2005--2009 Han-Wen Nienhuys */ #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));