]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/property-init.ly
Minor update in German basic-notation.itely
[lilypond.git] / ly / property-init.ly
index 10e301af306ccb3e24efcfc30c4289ec0ab208b9..f7fc11ae7358f6773049f39e729968c690b6ac2d 100644 (file)
@@ -123,8 +123,11 @@ endincipit =  \context Staff {
 autoBeamOff = \set autoBeaming = ##f
 autoBeamOn = \set autoBeaming = ##t
 
-fatText = \override TextScript  #'no-spacing-rods = ##f
-emptyText = \override TextScript  #'no-spacing-rods = ##t
+fatText = { \override TextScript  #'extra-spacing-width = #'(0 . 0)
+            \override TextScript  #'infinite-spacing-height = ##t }
+
+emptyText = { \override TextScript  #'extra-spacing-width = #'(+inf.0 . -inf.0)
+              \override TextScript  #'infinite-spacing-height = ##f }
 
 showStaffSwitch = \set followVoice = ##t
 hideStaffSwitch = \set followVoice = ##f