From 929abcd11cf5305b0929e5ca75b12ffee9f57785 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Tue, 25 Mar 2008 04:20:51 -0700 Subject: [PATCH] Add \numericTimeSignature because it's used so often, and for clarity of docs. --- ly/property-init.ly | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ly/property-init.ly b/ly/property-init.ly index 54bb6681bf..92692274a2 100644 --- a/ly/property-init.ly +++ b/ly/property-init.ly @@ -191,6 +191,10 @@ compressFullBarRests = { \set Score.skipBars = ##t } +numericTimeSignature = { + \override 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