Here is my summary of what has been discussed regarding MacOS builds
over the last couple months. I feel like we are largely rehashing the
same questions/answers.
1. Lilypond’s current build system is GUB. GUB is a cross-platform
all-in-one build system which produces binaries for Linux, Windo
> On Feb 23, 2019, at 5:11 PM, Carl Sorensen wrote:
> I have no idea how best to go after creating an OSX 64-bit binary in gub. I
> think we can neither provide the Xcode binaries nor find a link that will
> allow gub to download the binaries. It may be that the only way forward on
> OSX 64-
Hi all,
Apologies if this is off-topic or excessively noobish.
As an educational process, I've been working on a script to get Lilypond
2.19.82 to build on MacOS Mojave with dependencies mostly handled by
Homebrew. I had to build extractpdfmark by hand, but the rest of the
dependency tree is
Gentoo ships a patch that has enabled me to build against Guile 2.2.3
and run successfully:
http://mirrors.evowise.com/gentoo-portage/media-sound/lilypond/files/lilypond-2.19.80-remove-ly-protect.patch
On 4/11/18 5:03 PM, Karlin High wrote:
On 4/11/2018 3:48 PM, Peter Engelbert wrote:
In the
In Gentoo it was discovered that there is a buggy version of t1utils which
segfaults and causes this exact error.
Sent from my iPhone
> On Mar 11, 2018, at 2:18 PM, Werner LEMBERG wrote:
>
>
>> Invoking "t1asm parmesan-noteheads14.pt1 parmesan-noteheads14.pfb"...
>> mf2pt1: You'll need either
GCC 4.4 tends to be extra-picky about explicitly including header
files in C++. Attached is a patch to resolve the issue.
0001-Add-header-includes-for-GCC-4.4.patch
Description: application/download
___
lilypond-devel mailing list
lilypond-devel@gnu.or
Werner,
Were you able to resolve this? I saw on fontforge-devel that George
recommended either RemoveLookup or RemoveLookupSubtable.
--Daniel
On 4/7/07, Werner LEMBERG <[EMAIL PROTECTED]> wrote:
George,
a lilypond build needs RemoveATT which apparently no longer exists in
the fontforge CV
> Hi Graham & Max (and everyone),
>
> I've been reading through chapter 11 on vertical spacing and getting
> some vertical spacing examples ready for the manual.
>
> And on reflection I think I've now figured out why it's been tricky
> for me to get a good conceptual handle on vertical spacing. So
Han-Wen Nienhuys wrote:
Maximilian Albert escreveu:
. So it seems that the use of "Accidental #'style" is deprecated and one
should set the alteration-alist directly. (But changing the style
property still works in v2.11.13, even if I don't know why, given that I
couldn't find the code handli
I finally succeeded in building Canorus on my Gentoo box, though I haven't
had time to play with it yet.
Some issues:
1) It claims it needs Qt 4.1, but it actually needs 4.2. (Build will fail
on a missing header with 4.1.)
2) I had to modify some of the cmake-generated makefiles to add the -lutil
> Unfortunately I couldn't find any more info about "brew-ez-stencil" --
> even grepping the source didn't turn up anything useful. (?!)
Try looking at brew_ez_stencil in lily/easy-notation.cc. The relevant
block is as follows:
SCM idx = scm_from_int (pit->get_notename ());
SCM names = me->
Graham Percival wrote:
On 23-May-06, at 2:29 PM, Christian Conkle wrote:
I'm working on what the Lilypond docs so nicely term a "musicological
document" with lilypond-book excerpts from a Bach fugue. (fis minor
from WTCI) I'm using \set Score.currentBarNumber to keep the bar
numbering correc
Cameron Horsburgh wrote:
Hi folks,
The 2.4 series news file tells me that
"The encoding of a file can be switched with \encoding. The strings for
markup texts are translated automatically."
Is this still relevant?
Cam
With the introduction of UTF-8 support in the 2.5 series, this became
ob
I have begun migrating my 2.6 files to 2.8 syntax. In 2.6, I have used
the following combination to force vertical-extent of a Staff in a
ChoirStaff so lyrics can be centered between staves:
\set Staff.minimumVerticalExtent = ##f
\set Staff.verticalExtent = #'(-3.25 . 3.25)
When I run this th
Good news: As of yesterday, there is an ebuild for 2.8.0 in Gentoo
portage. Previously, the latest versions were 2.4.2 and 2.5.2. It's
good not to have to roll my own ebuilds anymore.
All Gentoo Lilypond users who update their systems regularly will see
this if they have the unstable flag s
I run Gentoo and generally like to build my own Lilypond rather than use
the GUB versions (not only for the sake of system cleanliness, but also
to pave the way for other Gentoo users who want to do things the Gentoo
way). I've been unable to get 2.7.27 to build due to the following error:
/usr/b
Laura Conrad wrote:
>When I try to build it on my Debian unstable system, I get:
>
>rm -f ./out/font-config-scheme.dep;
>DEPENDENCIES_OUTPUT="./out/font-config-scheme.dep ./out/font-config-scheme.o"
>g++ -c -DHAVE_CONFIG_H -DNDEBUG -DSTRING_UTILS_INLINED -I./include -I./out
>-I../flower/inclu
I've run convert-ly (2.7.18) on some files that are about a month old,
and it made the following change:
\set Staff.minimumVerticalExtent = ##f
is changed to
\override Staff.VerticalAxisGroup #'minimum-Y-extent = ##f
However, this does not force the staff-distance the way setting
minimumVerticalE
I am trying to build 2.7.16 on a Gentoo box, and the build is dying with
the following error:
i686-pc-linux-gnu-g++ -c -O3 -march=pentium4 -funroll-loops
-fomit-frame-pointer -pipe -DHAVE_CONFIG_H -DNDEBUG
-DSTRING_UTILS_INLINED -I./include -I./out -I../flower/include
-I../flower/./out -I../flowe
Han-Wen Nienhuys wrote:
Eduardo Vieira wrote:
Hello friends,
I was testing the capabilities of conversion between ETF and LY.
Granted, I didn't expect any astounding result, for even the
documentation mentions that it has limited effectiveness, but I was
surprised with the deplorable resu
Wiz Aus wrote:
>> From: Han-Wen Nienhuys <[EMAIL PROTECTED]>
>> To: Wiz Aus <[EMAIL PROTECTED]>, lily-devel
>> Subject: Re: Illegal C++
>> Date: Wed, 12 Oct 2005 12:17:14 +0200
>>
>> You can build it under cygwin, this is possible but something of a
>> hassle. The result is slower than the mingw
Hello all --
I know that MIDI output was broken under 2.7.5 (and 2.7.6?). Is it
functional under 2.7.7? I'm running the 2.7 series now and I'd prefer
not to have to do a parallel installation of 2.6 just for the sake of MIDI.
--Daniel
___
lilypo
Han-Wen Nienhuys wrote:
> David Bobroff wrote:
>
>>
>> [NB I recall that it was taking a Real Long Time to convert to PNG in
>> these last two instances (i.e. for mm-rests2.ly and multi-measure-rest-
>> center.ly). Could the memory leak be leading to the failure?]
>
>
> Yes. Luckily, it only bite
, and then it dies without a
meaningful error message. Is that what is happening here?
Daniel Johnson wrote:
>Hello all...
>
>I've been unable to make web for a number of releases now. The make
>consistently fails in the same place. I am currently trying to make web
>for 2
Hello all...
I've been unable to make web for a number of releases now. The make
consistently fails in the same place. I am currently trying to make web
for 2.5.29 on a Gentoo box with the following installed:
Ghostscript: 8.51
teTeX: 2.0.2
Texinfo: 4.8
Imagemagick: 6.2.2-3
Netpbm: 10.20
I've
Is there a particular .scm file in CVS which I can add to my 2.5.15
install without having to do a complete rebuild?
Getting your feeble attempt reminds me that a programmers hunch is
usually wrong. After rewriting a 1.5 page clumsy function down to a
1.0 page function, I found that your file sti
It's been a couple of versions in the 2.5 tree since I've been able to
make web. (Last working "make web" was for version 2.5.11.) I'm
including the dump from 2.5.13 -- anybody have any ideas (other than
removing lily-1812551792 before making web)?
--Daniel
Processing `lily-1812551792.ly'
Par
Sebastian Spaeth wrote:
Hello,
I just installed lilypond 2.5.11 on my amd64 and it works fine.
Thanks! There is one thing that does not work:
Whenever I call lilypond -f pdf (or use the default as that creates
pdf as well) lilypond hangs indefinitly: if I kill it with ctrl-c I get:
Konvertierung
Hello all --
First, the background:
I am creating sheet music for a project that requires that titling and
lyric text be set in Times (or a Times lookalike). Using lilypond 2.5.8,
I was able to use the ptmr font when invoking lilypond -b tex. However,
since version 2.5.10 (possibly also 2.5.9)
29 matches
Mail list logo