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.
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user