lilypond-user
[Top][All Lists]
Advanced

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

Re: Repositioning system


From: David Wright
Subject: Re: Repositioning system
Date: Thu, 5 Nov 2015 14:22:59 -0600
User-agent: Mutt/1.5.21 (2010-09-15)

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]