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: foxfanfare
Subject: Re: changing the length (height? positions? endpoints?) of an arpeggio
Date: Sun, 9 Sep 2018 05:24:17 -0700 (MST)

Kieren MacMillan wrote
> Do you know about extra-offsets in this context?

Yes, but this is for moving systems through a page. I was talking about
moving the staves within a system.
For instance:

<<
  \new PianoStaff 
  << 
    \new Staff {
      \overrideProperty
Score.NonMusicalPaperColumn.line-break-system-details
      #'((alignment-distances . (12 26)))
      c1
    }
    \new Staff {
      c1
    }
  >>
  \new Staff {
    c1
  }
>>

In this context, if I only want to have more space for the last system (26),
I also have to tell LP the first value for the pianostaff (12). Also, those
are absolute values and not relative to their original points...



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



reply via email to

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