-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am Dienstag, 11. August 2009 02:57:08 schrieb Joe Neeman: > I do intend to write some docs (once I've finished dealing with my TODO > list), but in the absence of docs, here's a list of spacing variables. > They all take alists with the same entries (space, minimum-distance, > padding and stretchability, which are explained in > scm/define-grob-properties.scm under next-staff-spacing). > > paper block variables: > top-system-spacing > top-title-spacing > between-system-spacing > bottom-system-spacing > after-title-spacing > before-title-spacing > between-title-spacing
Thanks a lot for that list. However, it seems I can't find the proper variable to space different pieces. In particular, I have several pieces (=scores) on one page (without any titles in between), and I want larger space between the scores than inside the scores. In particular, see the attached file with three scores, each with two lines of notes. In the output file, all six staves are spaced exactly the same, while I need them to be grouped in pairs (i.e. more space after the second and the fourth) Cheers, Reinhold - -- - ------------------------------------------------------------------ Reinhold Kainhofer, [email protected], http://reinhold.kainhofer.com/ * Financial & Actuarial Math., Vienna Univ. of Technology, Austria * http://www.fam.tuwien.ac.at/, DVR: 0005886 * LilyPond, Music typesetting, http://www.lilypond.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iD8DBQFKhX4RTqjEwhXvPN0RAhd2AJ0YT8Gdzzrbr306OSywIifDJHZJiQCfa6Ft jXcLGk2MTfzhQvQ+Z8vO+J4= =XeLB -----END PGP SIGNATURE-----
\version "2.13.3"
\paper {
indent = 0\cm
ragged-bottom = ##t
ragged-last-bottom = ##t
% top-title-spacing = #'((space . 3) (minimum-distance . 5) (padding . 10))
% top-system-spacing = #'((space . 13) (minimum-distance . 51) (padding . 20))
% top-system-spacing = #'((space . 0) (minimum-distance . 1) (padding . 1))
% top-title-spacing = #'((space . 0) (minimum-distance . 1) (padding . 1))
% between-system-spacing = #'((space . 13) (minimum-distance . 5) (padding . 10))
% bottom-system-spacing = #'((space . 0) (minimum-distance . 1) (padding . 1))
% after-title-spacing = #'((space . 0) (minimum-distance . 1) (padding . 1))
% before-title-spacing = #'((space . 0) (minimum-distance . 1) (padding . 1))
% between-title-spacing = #'((space . 0) (minimum-distance . 1) (padding . 1))
}
\score {
\relative c' { c1 c c c \break c c c c }
}
\score {
\relative c' { c1 c c c \break c c c c }
}
\score {
\relative c' { c1 c c c \break c c c c }
}
betweenscores.pdf
Description: Adobe PDF document
_______________________________________________ lilypond-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-devel
