From d144cfe51984627cad9f1bfd31e2457926df421b Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Fri, 25 Sep 2009 15:57:45 +0200 Subject: [PATCH] Load the oly package directly in the settings files --- Templates/TEMPLATE_Settings_Global.ily | 1 - oly_settings_global.ily | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Templates/TEMPLATE_Settings_Global.ily b/Templates/TEMPLATE_Settings_Global.ily index 64354b2..af1b8ee 100644 --- a/Templates/TEMPLATE_Settings_Global.ily +++ b/Templates/TEMPLATE_Settings_Global.ily @@ -1,6 +1,5 @@ \version "%(version)s" -\include "orchestrallily/orchestrallily.ily" \include "orchestrallily/oly_settings_names.ily" scorenumber="%(scorenumber)s" diff --git a/oly_settings_global.ily b/oly_settings_global.ily index 63aa771..39619eb 100644 --- a/oly_settings_global.ily +++ b/oly_settings_global.ily @@ -1,5 +1,8 @@ \version "2.11.35" +\include "orchestrallily/orchestrallily.ily" +\include "orchestrallily/oly_settings_names.ily" + % Some spacing settings, need to test them before I can enable them \layout { -- 2.11.4.GIT