Probably, there have been a number of changes to the way
LilyPond generates and uses TeX code, so that old hack doesn't
work anymore. Actually, if you run lilypond with the flag -V,
you will notice that you get a large number of warnings and
errors from LaTeX. One solution I can think of is to generate
an .eps file for the extra score and use
^"\\includegraphics{mytempo.eps}"
to include it. You have to add
\header{
  ...
  latexpackages = "graphicx"
}
for this to work.

It would also be possible to typeset the tempo indication
using a temporary extra Staff context in the ordinary score.
This is much easier to do in the latest development versions,
because of the \new Staff \with{...} {...} syntax but may also
be done in 2.0 if you define an additional context type for
that purpose. See http://lilypond.org/doc/v2.1/input/test/out-www/collated-files.html#ossia.ly
and
http://lilypond.org/doc/v2.0/input/test/out-www/collated-files.html#ossia.ly
to get an idea of how such an additional stave can look. Of course
you'd like to remove all staff lines, clefs and so on for your
purpose.


/Mats

Ronald Hoellwarth wrote:
On Fri, Feb 20, 2004 at 10:24:26AM +0100, Mats Bengtsson wrote:


That's an old solution. It's easier to just use the text markup
features of LilyPond


I tried the markup-solution. It works. But ...

I would like to have 1. the two eigth connected with a beam and 2. a tuplet-bracket over the quarter and the eight.

The solution with the included extra-score-in-a-tex-file is old, but it
is nevertheless a solution. And it seams to be the only one in reach
with which I can get beams and tuplet-brackets.

So how must I apply this old solution in the right way to get the
effects I want?


/Mats


greetings from crailsheim, germany
ronald höllwarth


-- ============================================= 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: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe =============================================


_______________________________________________ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to