From: Jonathan Kulp Date: Sun, 1 Mar 2009 14:47:38 +0000 (-0600) Subject: change SeparationItem @example to NonMusicalPaperColumn X-Git-Tag: release/2.12.3-1~151 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e7b591e45e847f37be1562db730c378178f0b9b6;p=lilypond.git change SeparationItem @example to NonMusicalPaperColumn (cherry picked from commit 4c38eca0b8b6e9015a6946a7daaeacf2213f5cb7) --- diff --git a/Documentation/user/spacing.itely b/Documentation/user/spacing.itely index a3a46c30ef..9270e31502 100644 --- a/Documentation/user/spacing.itely +++ b/Documentation/user/spacing.itely @@ -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.