lilypond-user
[Top][All Lists]
Advanced

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

Re: changing the length (height? positions? endpoints?) of an arpeggio


From: Kieren MacMillan
Subject: Re: changing the length (height? positions? endpoints?) of an arpeggio
Date: Sun, 9 Sep 2018 07:54:36 -0400

Hi,

> Not totally related, but much the same problem for me with the
> alignment-distances from "\overrideProperty
> Score.NonMusicalPaperColumn.line-break-system-details". 
> We can only set an absolute number here, would it be possible to make it
> relative to the original number choosen by LP?

Do you know about extra-offsets in this context?

\version "2.19.80"

{
  c'1
  \break
  \once \overrideProperty Score.NonMusicalPaperColumn.line-break-system-details
      #'((extra-offset . (12 . -2)))
  c'
  \break
  c'
}

NOTE: Negative Y values move the system UP, which is the opposite of the 
regular extra-offset behaviour.

Hope this helps!
Kieren.
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: address@hidden




reply via email to

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