From 902e4e93d3cbfe886d29b0493c28ad0cab9096fa Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Sat, 30 May 2009 09:36:08 +0200 Subject: [PATCH] Use separate variable for time signature --- Templates/TEMPLATE_Include_Movement.ily | 2 +- Templates/TEMPLATE_Settings_Global.ily | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Templates/TEMPLATE_Include_Movement.ily b/Templates/TEMPLATE_Include_Movement.ily index afb5c5d..d60a225 100644 --- a/Templates/TEMPLATE_Include_Movement.ily +++ b/Templates/TEMPLATE_Include_Movement.ily @@ -5,10 +5,10 @@ %(movement)sTempo = "TODO" %(movement)sKey = \key c \major +%(movement)sTimeSignature = \time 4/4 %(movement)sSettings = \notemode { \tempo \%(movement)sTempo -%% \time 4/4 %% \partial 4 } diff --git a/Templates/TEMPLATE_Settings_Global.ily b/Templates/TEMPLATE_Settings_Global.ily index 2868283..88467dd 100644 --- a/Templates/TEMPLATE_Settings_Global.ily +++ b/Templates/TEMPLATE_Settings_Global.ily @@ -34,3 +34,8 @@ rit = \markup {\italic "rit."} pocorit = \markup {\italic "poco rit."} ppmosso = \markup {\italic "poco piĆ¹ mosso"} dolce = \markup {\italic "dolce."} + +%% Add custom keys here, e.g. +%% CorKey = \key g \major +%% CorIKey = \CorKey +%% CorIIKey = \CorKey -- 2.11.4.GIT