On Wed, Jun 03, 2009 at 09:46:56AM +0200, Francisco Vila wrote:
> 2009/6/3 Patrick McCarty <pnor...@gmail.com>:
> > On Wed, Jun 03, 2009 at 09:35:58AM +0200, Vivian Barty-Taylor wrote:
> >> Thanks for the tip, Francisco, but that doesn't seem to work for me...
> >>
> >> Using 2.12.2
> >>
> >> \score {
> >> <<
> >> \new Staff \relative c' {  c4 \override Score.NonMusicalPaperColumn
> >> #'padding = #20 d \revert Score.NonMusicalPaperColumn #'padding e f g a b
> >> c c, d e f g a b c c, d e f g a b c c, d e f g a b c c, d e f g a b c  }
> >> >>
> >> }
> >>
> >> Any further ideas, anyone, or am I missing something obvious?
> >
> > This \override will only work with 2.13.0 or 2.13.1, since the change
> > was made between 2.12.2 and 2.13.0.
> 
> 
> Well, I'm testing it on 2.13.1 and it works only for the whole score
> or nothing, try removing the \revert part.

That's what I get for not testing it beforehand.  :-)

I just tried using

\overrideProperty #"Score.NonMusicalPaperColumn" #'padding #20

but that didn't work either.  The only solution that works for me is
the method shown in the regression test (spacing-paper-column-padding.ly).


-Patrick


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to