Re: macOS 64-bit

2019-05-17 Thread Daniel Johnson
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,

Re: 64-bit version of Lilypond?

2019-02-23 Thread Daniel Johnson
> 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

MacOS 64-bit build

2019-02-13 Thread Daniel Johnson
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

Re: Error compiling Lilypond 2.19.81

2018-04-11 Thread Daniel Johnson
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

Re: Build error. MergeFonts: Can't find font: feta11.pfb

2018-03-11 Thread Daniel Johnson
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:

Lilypond fails to compile in GCC 4.4 - patch attached

2008-12-23 Thread Daniel Johnson
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

Re: RemoveATT no longer available in fontforge CVS

2007-04-11 Thread Daniel Johnson
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 CVS

Re: Controlling vertical spacing exactly - mini HOWTO

2007-01-30 Thread Daniel Johnson
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 I'd

Re: proposal: second style for quartertone accidentals

2007-01-29 Thread Daniel Johnson
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

Re: NoteEdit?

2006-12-06 Thread Daniel Johnson
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

Re: Easy Note Heads and colors

2006-09-06 Thread Daniel Johnson
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 =

Re: Inital barnumber?

2006-05-25 Thread Daniel Johnson
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

Re: \encoding

2006-04-12 Thread Daniel Johnson
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

Re: please spread release announcement

2006-03-27 Thread Daniel Johnson
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

VerticalAxisGroup minimum-Y-extent

2005-11-23 Thread Daniel Johnson
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

Build error for 2.7.16

2005-11-14 Thread Daniel Johnson
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

Lily 2.7.7 and MIDI

2005-08-24 Thread Daniel Johnson
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 ___

Re: 'make web' fails (and takes forever)

2005-06-24 Thread Daniel Johnson
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 bites you if you

Re: Make web fails

2005-06-07 Thread Daniel Johnson
, 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.5.29 on a Gentoo box with the following

Re: slowdown in 2.5.15?

2005-03-11 Thread Daniel Johnson
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

Make web on 2.5.13

2005-02-28 Thread Daniel Johnson
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'

Re: ps2pdf is called wrongly

2005-02-09 Thread Daniel Johnson
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:

Questions regarding TeX backend

2005-02-07 Thread Daniel Johnson
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)