lilypond-user
[Top][All Lists]
Advanced

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

Re: Help with systemSeparatorMarkup in Latex


From: Daniel Tonda
Subject: Re: Help with systemSeparatorMarkup in Latex
Date: Tue, 5 Feb 2008 02:12:44 -0600

That works at first!

I tried a couple of definitions for the command:
\def\betweenLilyPondSystem#1{\\[10pt]} %% Very nice it avoids the eps to be kind of squashed and leaves more space

and

\def\betweenLilyPondSystem#1{\textbf{\Large{//}}\\[10pt]} %% Still has to be worked out though.

This is as close as I can get to a system separator, but it puts it after every eps file, It is much better though. Now I only have to find a way for the command to put it only after a number of systems have been inserted.

It seems to consider most of the header fields as different systems. So after the composer field there's a system separator, etc.

This has been most helpful and will require some studying.

Thanks!

Daniel T.

2008/2/4, Mats Bengtsson <address@hidden>:
As you may have noticed, the system separators is not the only thing
that's not included when you use lilypond-book. Also such aspects as the
spacing between the systems is lost. The reason is that every system is
typeset as a separate .eps file, which LaTeX treats as a separate figure.
Of course, the reason is that LaTeX should take care of the page breaking,
but there are also clear disadvantages as you have noticed.

What you can do is to define the LaTeX command \betweenLilyPondSystem
to do whatever you prefer, for example to print a system separator. I don't
have any good suggestion for what LaTeX symbol to use, for the moment,
though.

    /Mats

Daniel Tonda wrote:
> I don't seem to get the "//" systemSeparator when using latex and
> lilypond.
>
> I've been searching and can't find any pointers.
>
> I put this code in a lilypond file, and when compiled by itself it
> shows fine in the final pdf, but if I use it in latex I don't get the
> separator.
>
> \paper {
>   between-system-space = 1.5\cm
>   between-system-padding = #10
>   ragged-bottom=##f
>   ragged-last-bottom=##f
>   systemSeparatorMarkup = \slashSeparator
> }
>
> --
> Daniel Tonda C.
> ------------------------------------------------------------------------
>
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user
>

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




--
Daniel Tonda C.
reply via email to

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