Patch attached. Jon
On Sun, Mar 1, 2009 at 8:11 AM, Graham Percival <gra...@percival-music.ca>wrote: > On Sun, Mar 01, 2009 at 07:24:53AM -0600, Jonathan Kulp wrote: > > 2. Doc policy discourages (forbids?) the use of @example, which is > > currently how this issue is addressed in NR 4.5.1 "known issues and > > warnings." It would be easy enough to change the @example currently > > there to show the NonMusicalPaperColumn override, but this would > > perpetuate a breach of doc policy. > > Go ahead and keep the @example; NR 4 still needs to start its > rewrite. This goes for anything else you see in NR 3 and > upwards... I don't see this situation changing until the summer. > > Cheers, > - Graham > -- Jonathan Kulp http://www.jonathankulp.com
From 29ad4b14a13313d37f68131ddc70f26af94bbba7 Mon Sep 17 00:00:00 2001 From: Jonathan Kulp <jonlancek...@gmail.com> Date: Sun, 1 Mar 2009 08:47:38 -0600 Subject: [PATCH] change SeparationItem @example to NonMusicalPaperColumn --- Documentation/user/spacing.itely | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Documentation/user/spacing.itely b/Documentation/user/spacing.itely index bacbc94..9f5be80 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. -- 1.5.4.3
_______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond