From 75b0adc49a4564181aee0ef61b362790fdc9d5a3 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 27 Mar 2002 02:05:02 +0000 Subject: [PATCH] lilypond-1.5.29 --- ly/property-init.ly | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ly/property-init.ly b/ly/property-init.ly index 3b40500bb5..4c1eb13019 100644 --- a/ly/property-init.ly +++ b/ly/property-init.ly @@ -156,8 +156,8 @@ autoBeamOn = \property Voice.noAutoBeaming = ##f emptyText = \property Voice.textNonEmpty = ##f fatText = \property Voice.textNonEmpty = ##t -showStaffSwitch = \property PianoStaff.followVoice = ##t -hideStaffSwitch = \property PianoStaff.followVoice = ##f +showStaffSwitch = \property Voice.followVoice = ##t +hideStaffSwitch = \property Voice.followVoice = ##f % FIXME: Move this docu (to where?) -- 2.39.5