From f91591962027bf9b8b6ecadf084a1336ec29bc82 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Tue, 25 Mar 2008 04:44:02 -0700 Subject: [PATCH] Add \defaultTimeSignature to revert change; all the other macros in this file have \revert macros defined. --- ly/property-init.ly | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ly/property-init.ly b/ly/property-init.ly index 92692274a2..7cae78ebb1 100644 --- a/ly/property-init.ly +++ b/ly/property-init.ly @@ -195,6 +195,10 @@ numericTimeSignature = { \override Staff.TimeSignature #'style = #'() } +defaultTimeSignature = { + \revert Staff.TimeSignature #'style +} + % For drawing vertical chord brackets with \arpeggio % This is a shorthand for the value of the print-function property -- 2.39.5