X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fpage.scm;h=ada4a890f971038302815402eb77582cdd303024;hb=1cda7b7b8219cb97399b8e7b56c1115aaf82c002;hp=539709e60cd2f315a0b346345e497fd48ac5aeef;hpb=af97c5bad52e588c6e7a9ec5554162a615be19cb;p=lilypond.git diff --git a/scm/page.scm b/scm/page.scm index 539709e60c..ada4a890f9 100644 --- a/scm/page.scm +++ b/scm/page.scm @@ -1,6 +1,6 @@ ;;;; This file is part of LilyPond, the GNU music typesetter. ;;;; -;;;; Copyright (C) 2006--2010 Han-Wen Nienhuys +;;;; Copyright (C) 2006--2012 Han-Wen Nienhuys ;;;; ;;;; LilyPond is free software: you can redistribute it and/or modify ;;;; it under the terms of the GNU General Public License as published by @@ -69,7 +69,7 @@ (lambda (j) (module-define! page-module - (string->symbol (format "page-~a" j)) + (string->symbol (format #f "page-~a" j)) (lambda (pg) (page-property pg j))))