From 95e5705d0697eac20246352d416f14b6d92485f5 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Fri, 21 Mar 2008 22:47:52 -0700 Subject: [PATCH] Add \compressFullBarRests and \expandFullBarRests --- ly/property-init.ly | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ly/property-init.ly b/ly/property-init.ly index b6da29332b..54bb6681bf 100644 --- a/ly/property-init.ly +++ b/ly/property-init.ly @@ -183,6 +183,13 @@ textLengthOff = { showStaffSwitch = \set followVoice = ##t hideStaffSwitch = \set followVoice = ##f +expandFullBarRests = { + \set Score.skipBars = ##f +} + +compressFullBarRests = { + \set Score.skipBars = ##t +} % For drawing vertical chord brackets with \arpeggio -- 2.39.5