]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/property-init.ly
release: 1.5.29
[lilypond.git] / ly / property-init.ly
index 4b200d509be2087e80c28cdbd35441d82d1d1eb2..4c1eb13019443edfe511af6ea9a2e16e3c68d67e 100644 (file)
@@ -97,7 +97,6 @@ voiceTwo = {
   \slurDown
   \tieDown
   \dotsDown  
-
 }
    
 voiceThree = {
@@ -157,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?)