lilypond-user
[Top][All Lists]
Advanced

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

Re: The alignment of staves / systems


From: Federico Bruni
Subject: Re: The alignment of staves / systems
Date: Mon, 14 Jan 2013 23:27:38 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130107 Thunderbird/17.0.2

Il 14/01/2013 16:24, Rustik ha scritto:
I have three pages. There is title on the first page. I want to make five
systems on this page. On the second page I want to make six systems. And on
the last page I want to see five systems. I want to do it this way: bottom
system on every page is located at about the same distance from the bottom
of the page. The top system on every page (except the first page; on the
first page I have a title) is located at about the same distance from the
top of the page. And other systems (not top and not bottom) are evenly
distributed between the top and bottom systems.

This could be a starting point:

\paper {
  page-count = #3
  min-systems-per-page = #5
  max-systems-per-page = #6

  markup-system-spacing =  #'((padding . 10))
  system-system-spacing = #'((padding . 10))
}

The attached file tries to mimic a bit your example.

--
Federico

Attachment: systems-control.ly
Description: Text Data


reply via email to

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