From c2de140d67b1722f2d3d3e35ea9cf8b5403cd140 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Wed, 21 Oct 2009 11:52:02 +0100 Subject: [PATCH] Disable gonville font-switching regtest. We can't rely on external software to pass the regtests! If gonville is going to be required for a clean compiling, then add it to ./configure. --- input/regression/gonville.ly | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/input/regression/gonville.ly b/input/regression/gonville.ly index 9a3e36ebc1..cdb528970a 100644 --- a/input/regression/gonville.ly +++ b/input/regression/gonville.ly @@ -10,7 +10,8 @@ \paper { % Load the alternative font definitions into the font tree. - #(add-music-fonts fonts "gonville" 'gonville (/ staff-height (* 20 pt))) +% temporarily disabled to allow a release. -gp +% #(add-music-fonts fonts "gonville" 'gonville (/ staff-height (* 20 pt))) } %{ @@ -47,7 +48,8 @@ \score { \relative c'' { - \set Staff.instrumentName = #"Gonville" +% temporarily disabled to allow a release. -gp +% \set Staff.instrumentName = #"Gonville" a4-\trill b8 c16 d32 } \layout { -- 2.39.2