From: Jan Nieuwenhuizen Date: Wed, 6 Nov 2002 11:50:04 +0000 (+0000) Subject: (paperSixteen): Bugfix: set fonts instead of X-Git-Tag: release/1.7.7~16 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=dece32bb509d768ee02656cac9ea943f3c00d56d;p=lilypond.git (paperSixteen): Bugfix: set fonts instead of stylesheet. --- diff --git a/ly/paper13-init.ly b/ly/paper13-init.ly index dbacf585dc..8a3ac052b0 100644 --- a/ly/paper13-init.ly +++ b/ly/paper13-init.ly @@ -5,7 +5,6 @@ paperThirteen = \paper { staffheight = 13.0\pt - #(define fonts (make-font-list 'paper13)) \include "params-init.ly" diff --git a/ly/paper16-init.ly b/ly/paper16-init.ly index 15a3aef28c..e00e77c748 100644 --- a/ly/paper16-init.ly +++ b/ly/paper16-init.ly @@ -1,12 +1,13 @@ % paper16-init.ly + \version "1.5.68" paperSixteen = \paper { staffheight = 16.0\pt - #(define fonts #(make-font-list 'paper16)) + #(define fonts (make-font-list 'paper16)) \include "params-init.ly" } -\paper {\paperSixteen } +\paper { \paperSixteen }