From b7a28319d55b8264de7fe0f2655377c5881fb5fb Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 7 Mar 2010 14:33:37 -0300 Subject: [PATCH] Use alist for design sizes in gonville.ly. --- Documentation/included/gonville.ly | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/included/gonville.ly b/Documentation/included/gonville.ly index 1ee8e4a649..d0d6f1ad38 100644 --- a/Documentation/included/gonville.ly +++ b/Documentation/included/gonville.ly @@ -16,12 +16,12 @@ path)." %% the scheme statement starts parsing. bogus = 42 - #(add-music-fonts fonts "gonville" 'gonville '(20) + #(add-music-fonts fonts "gonville" 'gonville '((20 . 20.0)) (/ myStaffSize 20)) } sampleMusic = \relative c'' { - a4-\trill_\f b8 c16 d32 + a4-\trill_\sfz b8 c16 d32 } -- 2.39.2