]> 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)
committerTrevor Daniels <t.daniels@treda.co.uk>
Sun, 1 Mar 2009 16:04:54 +0000 (16:04 +0000)
Documentation/user/spacing.itely

index bacbc944e9591cc57a6118c0ed9bfbab397ee8b2..9f5be80e2d0844ce281b1690c0f59657f70ffc5a 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.