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: Mats Bengtsson
Subject: Re: Help with systemSeparatorMarkup in Latex
Date: Mon, 04 Feb 2008 14:22:49 +0100
User-agent: Thunderbird 2.0.0.5 (X11/20070716)

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
=============================================





reply via email to

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