On 27.01.2009 11:49, Graham Percival wrote:
> On Tue, Jan 27, 2009 at 11:45:19AM +0200, Luc Saffre wrote:
>> \newcommand{\betweenLilyPondSystem}[1]{\linebreak\vspace{1mm}\linebreak}
>>
>>
>> My problem is that this increases the space between systems by "1mm
>> + 1 line", which is too much.
>
> Try \vspace{-9mm} or something like that (depending on how large your
> lines are).
Thanks, Graham, this was helpful.
I didn't like the fact that I need to know the line spacing, so I
continued to try, and I found an even simpler solution:
\newcommand{\betweenLilyPondSystem}[1]{\vspace{1mm}\linebreak}
For those who might use this, note that LaTeX still will increase the
inter-system space if needed, because it tries to fill the page. But
that's okay, and in fact even what we want if we use lilypond-book. My
"1mm" means that I want *at least* 1mm of empty space between the systems.
Luc
_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel