From: Graham Percival Date: Tue, 25 Mar 2008 11:20:51 +0000 (-0700) Subject: Add \numericTimeSignature because it's used so often, and for X-Git-Tag: release/2.11.44-1~84 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=929abcd11cf5305b0929e5ca75b12ffee9f57785;p=lilypond.git Add \numericTimeSignature because it's used so often, and for clarity of docs. --- 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