On 3/4/11 11:25 AM, "Phil Holmes" <m...@philholmes.net> wrote:

> James Lowe reported too late last night that he couldn't space scores apart
> from one another.
> (http://www.mail-archive.com/lilypond-user@gnu.org/msg62149.html).  I tried
> and failed, and concluded that score-system-spacing appears to have no
> effect.  This also appears to be a regression, since we could space scores
> apart on the page in 2.12.  Again, I'll raise this as a separate regression
> tomorrow.

The problem is that we don't allow (or at least have deprecated) a \new
Score {} contstruct, so we can't do \new Score \with {}.

Simply put the spacing you want in your \paper block, and as the docs
suggest, it seems to work.

This seems to work for me.


\version "2.13.47"
\paper {
  score-system-spacing #'basic-distance = #30
}
\score {
  {
   \repeat unfold 40 {c''4}
  }
}

\score {
  {
    c4
  }
}



HTH,

Carl


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

Reply via email to