]> git.donarmstrong.com Git - lilypond.git/commitdiff
change SeparationItem @example to NonMusicalPaperColumn
authorJonathan Kulp <jonlancekulp@gmail.com>
Sun, 1 Mar 2009 14:47:38 +0000 (08:47 -0600)
committerPatrick McCarty <pnorcks@gmail.com>
Fri, 17 Jul 2009 07:35:27 +0000 (00:35 -0700)
(cherry picked from commit 4c38eca0b8b6e9015a6946a7daaeacf2213f5cb7)

Documentation/user/spacing.itely

index a3a46c30ef3f60386b4185ef49367a4e41951a9c..9270e31502dc046c4a6e12a7491f33aa8275394e 100644 (file)
@@ -1915,15 +1915,16 @@ Internals Reference:
 @rinternals{SpacingSpanner},
 @rinternals{NoteSpacing},
 @rinternals{StaffSpacing},
-@rinternals{SeparationItem}.
+@rinternals{NonMusicalPaperColumn}.
 
 
 @knownissues
 
 There is no convenient mechanism to manually override spacing.  The
-following work-around may be used to insert extra space into a score.
+following work-around may be used to insert extra space into a score,
+adjusting the padding value as necessary.
 @example
- \once \override Score.SeparationItem #'padding = #1
+ \override Score.NonMusicalPaperColumn #'padding = #10
 @end example
 
 No work-around exists for decreasing the amount of space.