Hans Forbrich writes:
> Does 2.4.5 *require* tetex 3 or does it also support tetex 2?
It supports both.
> Been trying to upgrade from the SuSE 9.2 supplied lilypond 2.2.6,
> and have had a number of issues building 2.4.5 from scratch ...
However, there might be the newer ghostscript problem, th
Since I don't know any details of Fink or MacOS, I'm afraid I can't
be so specific, but it seems that you have failed to install some
package whose name begins with "tetex-". I have got the impression
that this should happen automatically as soon as you install LilyPond.
Have you seen the installat
To avoid getting bit-mapped fonts (for example if you want to convert
the resulting PS file into a PDF file that looks well on the screen),
don't forget to add also the dvips flags mentioned at the end of
http://lilypond.org/doc/v2.4/Documentation/user/out-www/lilypond/Integrating-LaTeX-and-music.h
It seems that the properties are reset at the end of each
(de)crescendo, so it seems you have to specify it again
every time. However, you can save same key strokes by using the
predefined macro \cresc. For example
\cresc c d e f \!
is equivalent to
c \setTextCresc \< d e f \!
Question to the bug-l
It seems that there is no markup command to reset to normal font,
but you can define it yourself, as can be seen in the following example
#(def-markup-command (normal-font layout props arg) (markup?)
"Switch to normal text font"
(interpret-markup layout (cons '((font-series . 'medium) (font-sha
As I noted a few days ago I have been getting ready to do a complete
update of my Linux installation. I've just installed Fedora Core 3.
I've downloaded the LilyPond CVS source tree. I went through the
compile instructions to see what all I needed and after
running ./autogen.sh I got:
ERROR: Pl
The INSTALL.txt and other files are found in Documentation/topdocs/
in the CVS tree.
I'm not sure if you can find RPMs of a sufficiently new version
of Guile, otherwise it's easy to compile it yourself (which
automatically gives you also all the libs and compile time stuff).
/Mats
David Bobroff
> The INSTALL.txt and other files are found in Documentation/topdocs/
> in the CVS tree.
>
Ah, thanks.
> I'm not sure if you can find RPMs of a sufficiently new version
> of Guile, otherwise it's easy to compile it yourself (which
> automatically gives you also all the libs and compile time stu
[EMAIL PROTECTED] writes:
>
> > The INSTALL.txt and other files are found in Documentation/topdocs/
> > in the CVS tree.
> >
> Ah, thanks.
>
>
> > I'm not sure if you can find RPMs of a sufficiently new version
> > of Guile, otherwise it's easy to compile it yourself (which
> > automatically gi
[EMAIL PROTECTED] writes:
> On Mon, 2005-03-07 at 17:26 +0100, Han-Wen Nienhuys wrote:
>
> > I would grab guile-1.6.7 SRPM from a Fedora development directory, and
> > issue (as root)
> >
> > rpmbuild --rebuild guile-1.6.7.src.rpm
> >
> >
> > this leaves a couple RPMS which you can install
>
On Mon, 2005-03-07 at 17:26 +0100, Han-Wen Nienhuys wrote:
> I would grab guile-1.6.7 SRPM from a Fedora development directory, and
> issue (as root)
>
> rpmbuild --rebuild guile-1.6.7.src.rpm
>
>
> this leaves a couple RPMS which you can install
>
Well this sounded really promising. When
Got all the guile stuff installed (thanks for the RPMs Han-Wen) and
built/installed Fontforge. Then I went on to build lily v2.5.14. It
gagged:
all-font-metrics.cc:36: error: `pango_ft2_font_map_set_resolution'
undeclared (first use this function)
all-font-metrics.cc: In destructor `All_font_met
On 6-Mar-05, at 11:41 PM, David Rogers wrote:
OS X, Lilypond 2.5.13
Lilypond says it depends on the tetex-base and tetex-texmf from Fink,
and asks to install them, even though I have another tetex already,
and have installed Fink's "system-tetex" package to point to my
existing setup. Does Lilyp
I'm trying to write out some music in lilypond, but I can't figure out
how to correctly cross the stems. Here is what I have as output:
http://www.crescentisland.com/lily/petrouchka.pdf
but I want: http://www.crescentisland.com/lily/clip1.png
(.ly file used is at: http://www.crescentisland.com/lil
[EMAIL PROTECTED] writes:
> Got all the guile stuff installed (thanks for the RPMs Han-Wen) and
> built/installed Fontforge. Then I went on to build lily v2.5.14. It
> gagged:
have you got pango?
byrd:~/usr/src/lilypond$ rpm -q pango-devel
pango-devel-1.6.0-7
--
Han-Wen Nien
On Mon, 2005-03-07 at 20:11 +0100, Han-Wen Nienhuys wrote:
> [EMAIL PROTECTED] writes:
> > Got all the guile stuff installed (thanks for the RPMs Han-Wen) and
> > built/installed Fontforge. Then I went on to build lily v2.5.14. It
> > gagged:
>
> have you got pango?
>
> byrd:~/usr/src/li
Dear list,
regarding 2.4.2:
Did anyone of you ever had troubles printing on a networked OCE printer
via windows NT 4.0 sp6? I produced a score for our conductor and sent
him the resulting .pdf file. As I 've done this at least half a dozen
times before without problems, I wasn't expecting an err
On Mon, 2005-03-07 at 19:43 +, David Bobroff wrote:
> I *do* have mftrace 1.1.4 installed and it *is* located
> at /usr/local/bin/mftrace.
>
You _are_ missing the tracing program. The error message is confusing;
mftrace is the running program, which is in turn looking for the tracing
program.
Thanks to Daniel Johnson's post I got LilyPond compiled (I upgraded to
mftrace 1.1.5 and installed potrace).
I ran 'make install' from inside ~/lilypond/elisp/ and saw that the
various *.el files got copied to elsewhere on my system.
I also added this:
(setq load-path (append (list (expand-file-
On Mon, 2005-03-07 at 23:15 +, David Bobroff wrote:
> Thanks to Daniel Johnson's post I got LilyPond compiled (I upgraded to
> mftrace 1.1.5 and installed potrace).
I only found mftrace 1.1.2 :-(
> for .emacs should it be added verbatim, or does the "~/site-lisp" thing
> need to be spelled out
Folks,
Having spent the time to work out how it was done, I have put the
compiled scalable feta/parmesan and ec-mft fonts available on my
website. I have also included the sequence I used to create them.
Using the Windows PFM files included here you can install the feta and
ec- fonts on Windows a
On Tue, 2005-03-08 at 00:09 +, Ruth Ivimey-Cook wrote:
> On Mon, 2005-03-07 at 23:15 +, David Bobroff wrote:
> > Thanks to Daniel Johnson's post I got LilyPond compiled (I upgraded to
> > mftrace 1.1.5 and installed potrace).
> I only found mftrace 1.1.2 :-(
I got 1.1.5 here:
http://fres
Take a look at the manual here:
http://lilypond.org/doc/v2.4/Documentation/user/out-www/lilypond/Cross-staff-stems.html#Cross-staff-stems
I think that's what you're looking for?
Michiel
Matt Jibson wrote:
I'm trying to write out some music in lilypond, but I can't figure out
how to correctly cro
On Tuesday 08 March 2005 12:27, Michiel Lange wrote:
> Take a look at the manual here:
> http://lilypond.org/doc/v2.4/Documentation/user/out-www/lilypond/Cross-staf
>f-stems.html#Cross-staff-stems I think that's what you're looking for?
I was hoping for something less hackish (I did look there yes
24 matches
Mail list logo