]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/property-init.ly
text empty
[lilypond.git] / ly / property-init.ly
index ba3c230fad138add5c8d3997ecccf4fc959db3ea..cfe089871c32f9c7af048758f6569e82b445711e 100644 (file)
@@ -119,8 +119,8 @@ endincipit = \notes{
 autoBeamOff = \property Voice.autoBeaming = ##f
 autoBeamOn = \property Voice.autoBeaming = ##t
 
-emptyText = \property Voice.textNonEmpty = ##f
-fatText = \property Voice.textNonEmpty = ##t
+fatText = \property Voice.TextScript \set #'no-spacing-rods = ##f
+emptyText = \property Voice.TextScript \set #'no-spacing-rods  = ##t
 
 showStaffSwitch = \property Voice.followVoice = ##t
 hideStaffSwitch = \property Voice.followVoice = ##f