From: Graham Percival Date: Sat, 22 Mar 2008 05:47:52 +0000 (-0700) Subject: Add \compressFullBarRests and \expandFullBarRests X-Git-Tag: release/2.11.43-1~21 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=95e5705d0697eac20246352d416f14b6d92485f5;p=lilypond.git Add \compressFullBarRests and \expandFullBarRests --- 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