bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 388 in lilypond: lilypond-book \betweenlilypondsystem does not


From: lilypond
Subject: Re: Issue 388 in lilypond: lilypond-book \betweenlilypondsystem does not apply to first system break if no header
Date: Fri, 09 Sep 2011 15:55:54 +0000

Updates:
        Status: Invalid

Comment #2 on issue 388 by address@hidden: lilypond-book \betweenlilypondsystem does not apply to first system break if no header
http://code.google.com/p/lilypond/issues/detail?id=388

Not a lilypond problem, \betweenLilyPondSystem IS inserted and executed after the first line. Rather, it's wrong latex code. In particular, the following LaTeX code does NOT do what the bug reporter wants to do:

asdf asdf asdf\linebreak\vspace{3em}
asdf asdf asdf\linebreak\vspace{3em}
asdf

\vspace inserts vertical space at the NEXT linebreak, not to the linebreak that happened just before the \linebreak... (\linebreak behaves differently to \\ in this respect!).

The solution is to either
1) swap \linebreak and \vspace, so that \vspace comes before the \linebreak
or
2) use \\[36pt] instead (which does not try to fill the line, too)

Cheers,
Reinhold




reply via email to

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