]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/property-init.ly
Add \defaultTimeSignature to revert change; all the other
[lilypond.git] / ly / property-init.ly
index b6da29332b1d427181346fc09e263a5e7934527a..7cae78ebb11726d36116ca26c1c55d0d196fddb6 100644 (file)
@@ -183,6 +183,21 @@ textLengthOff = {
 showStaffSwitch = \set followVoice = ##t
 hideStaffSwitch = \set followVoice = ##f
 
+expandFullBarRests = {
+  \set Score.skipBars = ##f
+}
+
+compressFullBarRests = {
+  \set Score.skipBars = ##t
+}
+
+numericTimeSignature = {
+  \override Staff.TimeSignature #'style = #'()
+}
+
+defaultTimeSignature = {
+  \revert Staff.TimeSignature #'style
+}
 
 
 % For drawing vertical chord brackets with \arpeggio