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, Windo

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: You'll need either

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

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: 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 64-

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 lilypond-devel@gnu.or

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 ___ lilypo

Re: Illegal C++

2005-10-12 Thread Daniel Johnson
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

Re: is etf2ly of any use, really?

2005-10-22 Thread Daniel Johnson
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

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 -I../flowe

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 minimumVerticalE

Re: Lily 2.7.22

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

Make install error in 2.7.27

2006-01-18 Thread Daniel Johnson
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

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 s

convert-ly and verticalExtent

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

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 ob

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 correc

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

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: 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 handli

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

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 CV

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)

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: Konvertierung

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' Par

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 sti

Make web fails

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

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

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 bite