bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Spacing problems


From: Carl Sorensen
Subject: Re: Spacing problems
Date: Fri, 4 Mar 2011 17:33:07 -0700

On 3/4/11 11:25 AM, "Phil Holmes" <address@hidden> wrote:

> James Lowe reported too late last night that he couldn't space scores apart
> from one another.
> (http://www.mail-archive.com/address@hidden/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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]