]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: update vertical spacing example (thanks Eluze).
authorJoe Neeman <joeneeman@gmail.com>
Wed, 20 Jan 2010 19:11:41 +0000 (11:11 -0800)
committerJoe Neeman <joeneeman@gmail.com>
Wed, 20 Jan 2010 19:44:02 +0000 (11:44 -0800)
Documentation/notation/spacing.itely

index e0dff7d1472e8e1101d55cc23edb039e839710c2..73970ca7e1095adcca6dfa4acd0fe533665ee642 100644 (file)
@@ -2690,8 +2690,7 @@ there is no blank space at the bottom of the page.
 
 @example
 \paper @{
-  between-system-padding = #0.1
-  between-system-space = #0.1
+  between-system-spacing = #'((padding . 0) (space . 0.1))
   ragged-last-bottom = ##f
   ragged-bottom = ##f
 @}