lilypond-user
[Top][All Lists]
Advanced

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

Re: Repositioning system


From: Alexander Seefeldt
Subject: Re: Repositioning system
Date: Fri, 6 Nov 2015 16:00:20 -0600

Thanks for the help! \overrideProperty Score.NonMusicalPaperColumn.line-break-system-details #'((Y-offset . 9)) ended up working perfectly for me.

On Thu, Nov 5, 2015 at 2:22 PM, David Wright <address@hidden> wrote:
On Thu 05 Nov 2015 at 19:54:05 (+0000), Alex Seefeldt wrote:
> Is there any way to manually change the vertical position of a single
> system in Lilypond? I've tried just about everything I know and I can't
> figure it out.

I have done this sort of thing to control the spacing of *all* the lines:

global = {
  \key d \major \time 2/4
  \overrideProperty Score.NonMusicalPaperColumn.line-break-system-details #'((Y-offset . 9))
  s2 * 5 \break
  \overrideProperty Score.NonMusicalPaperColumn.line-break-system-details #'((Y-offset . 43))
  s2 * 5 \break
  \overrideProperty Score.NonMusicalPaperColumn.line-break-system-details #'((Y-offset . 77))
  s2 * 4 \break
  \overrideProperty Score.NonMusicalPaperColumn.line-break-system-details #'((Y-offset . 119))
  s2 * 5 \bar "|."
}

Cheers,
David.


reply via email to

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