Re: replacement for pfx2ttf.fontforge

2006-12-28 Thread Werner LEMBERG
> >>> I+J -> IJ, i + j->ij > >>> > >>> I think those two should be removed also (just think of > >>> Strawinskij). > >> > >> No, those are language dependent (i + j -> ij is done in Dutch) > > > > Hmm. First of all, the default versions of the URW fonts don't > > have a ligature for that, only t

Re: pure accidental height

2006-12-28 Thread Joe Neeman
On 12/28/06, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: Hi, (define pure-print-callbacks (list ly:bar-line::print ly:note-head::print ly:accidental-interface::print ly:dots::print ly:clef::print ly:text-interface::print ly:script-interface::print)) I'm not sure if th

Re: volta questions

2006-12-28 Thread Paul Scott
J.P. Mellor wrote: I know there's some question about exactly when the vertical bar on the right side of a (final) volta bracket should be printed. Here's a patch which produces the behavior I suggested -- print it unless the bracket is broken or shortened. What do you mean by shortened? I c

Re: volta questions

2006-12-28 Thread J.P. Mellor
I know there's some question about exactly when the vertical bar on the right side of a (final) volta bracket should be printed. Here's a patch which produces the behavior I suggested -- print it unless the bracket is broken or shortened. jp volta-bracket.patch Description: Binary data __

bugs and doc finally finished

2006-12-28 Thread Graham Percival
I've finally finished catching up on all the bug reports and doc submissions. Please check the bug tracker for your favorite bugs; if they're not there, and if the bugs are still in 2.11.6 (when that comes out), then send another bug report to the bugs mailist. Likewise, if there's something

Re: New pages for bugs and doc suggestions

2006-12-28 Thread Graham Percival
Cameron Horsburgh wrote: %% the octovation command doesn't do anything. 'octavation' is misspelled. Thanks. I wonder if it would be worthwhile advising new bughunters to ask -devel or -user if they're not sure it is a bug they have found. Sometimes bugs are just lack of experience with Lily.

tutorial update

2006-12-28 Thread Graham Percival
I just rearranged and rewrote part of the tutorial. Since that was my last task before installing Linux on this macbook, and since "make web" is currently broken anyway, I committed without testing. Sorry if I broke anything, but there were special circumstances surrounding this case which sh

Re: volta questions

2006-12-28 Thread J.P. Mellor
> "Graham" == Graham Percival <[EMAIL PROTECTED]> writes: >> volta_test1a.ly - missing vertical line segment on the right >> side of the volta bracket. Graham> This isn't done in printed music. I've got several examples of western printed music where the right vertical bars are p

Re: volta questions

2006-12-28 Thread Graham Percival
Paul Scott wrote: Graham Percival wrote: This isn't done in printed music. There is some logic in this -- the music doesn't stop after the 2nd time ending -- but to be completely logical the left-most vertical segment of the 1st time ending should also be missing (since music doesn't start at

Re: volta questions

2006-12-28 Thread Paul Scott
Graham Percival wrote: J.P. Mellor wrote: Sure thing! Attached are much shorter examples. Thanks, there are much easier to analyze. volta_test1a.ly - missing vertical line segment on the right side of the volta bracket. This isn't done in printed music. There is some logic in t

Re: New pages for bugs and doc suggestions

2006-12-28 Thread Cameron Horsburgh
On Thu, Dec 28, 2006 at 07:15:07PM -0800, Graham Percival wrote: > Could one or two people proofread the new pages on bug reports and doc > suggestions? > > http://lilypond.org/web/devel/participating/bugs > http://lilypond.org/web/devel/participating/documentation-adding > In 'bugs': %% the oc

Re: \transposedCueDuring

2006-12-28 Thread Graham Percival
Werner LEMBERG wrote: Could I get a short example of \transposedCueDuring to include in the manual? There isn't any regression test for this, and the NEWS item doesn't have an example. Here it is. Thanks, added. Cheers, - Graham ___ lilypond-de

Re: make/'make web' failure notifications

2006-12-28 Thread Graham Percival
John Mandereau wrote: After that, I've just tried to compile Lily from latest git master branch, and make fails: ... Writing "lilypond-internals.texi"... error: cannot find description for property accidentals (backend) Han-Wen recently changed a bunch of accidental stuff; evidently he forgo

Re: volta questions

2006-12-28 Thread Graham Percival
J.P. Mellor wrote: Sure thing! Attached are much shorter examples. Thanks, there are much easier to analyze. volta_test1a.ly - missing vertical line segment on the right side of the volta bracket. This isn't done in printed music. There is some logic in this -- the musi

New pages for bugs and doc suggestions

2006-12-28 Thread Graham Percival
Could one or two people proofread the new pages on bug reports and doc suggestions? http://lilypond.org/web/devel/participating/bugs http://lilypond.org/web/devel/participating/documentation-adding Cheers, - Graham ___ lilypond-devel mailing list li

make/'make web' failure notifications

2006-12-28 Thread John Mandereau
Dear LilyPond hackers, The subject says it: I'd like to be notified of make/'make web' failures on the master branch. Could you for example send these notifications to lilypond-cvs@gnu.org again? I can live without them, but they can be handy. If you don't send them again, will make failure repor

Re: volta questions

2006-12-28 Thread J.P. Mellor
Here's a patch against the most recent (2.11.4) tarball posted at ttp://lilypond.org/download that fixes the missing repeat bar if only 1 alternative is given with a repeat count > 1. I think I understand what's causing the volta bracket to not be fully printed in some cases. Volta_bracket_interf

OSX intel py2app

2006-12-28 Thread Graham Percival
I think I have it working now. I downloaded gub-builder.py from the darcs repository, then did py2applet --make-setup gub-builder.py python2.4 setup.py py2app I now have a 2.1M build/ and a 5.5M dist/ ; with bz2, it's 3.6 megs. Do you want that sent by email? Or should I run py2applet on a

Re: midi2ly key and rests

2006-12-28 Thread Graham Percival
Please keep emails on the mailist. I don't know how to debug midi2ly myself, and certainly not on windows. However, somebody else the -devel list may be able to help. Cheers, - Graham Helge Kruse wrote: Graham, Thanks for your reply. I wrote a small example based on the midi2ly output. Thi

Re: \transposedCueDuring

2006-12-28 Thread Werner LEMBERG
> Could I get a short example of \transposedCueDuring to include in the > manual? There isn't any regression test for this, and the NEWS item > doesn't have an example. Here it is. Werner == \version "2.11.5" \header

pure accidental height

2006-12-28 Thread Han-Wen Nienhuys
Hi, (define pure-print-callbacks (list ly:bar-line::print ly:note-head::print ly:accidental-interface::print ly:dots::print ly:clef::print ly:text-interface::print ly:script-interface::print)) I'm not sure if this appropriate: the accidental does a suicide() in case it i

Re: volta questions

2006-12-28 Thread J.P. Mellor
> "Graham" == Graham Percival <[EMAIL PROTECTED]> writes: Graham> J.P. Mellor wrote: >> I have a few questions about voltas/alternatives. Graham> If you would like to report a bug, please construct a Graham> minimally small example. You can probably fit the problem Graham

parenthesized natural + sharp/flat?

2006-12-28 Thread Han-Wen Nienhuys
Hello Rune, are there realistic cases where a cautionary (parenthesis style) is coupled with natural + sharp/flat, and how bad would it be to notate that like (n) (#) instead of (n#) -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen LilyPond Software Design --

Re: morgenlied flushed up?

2006-12-28 Thread Han-Wen Nienhuys
(can we move this to -devel?) Jan Nieuwenhuizen escreveu: > Werner LEMBERG <[EMAIL PROTECTED]> writes: > >> This is my `fault'. It has to be corrected manually -- the vertical >> space above the title was simply too large for most pages, especially >> full scores. It's easy to add some space

Re: markup commands leaks (Re: Scheme question on strict substitution)

2006-12-28 Thread Han-Wen Nienhuys
Nicolas Sceaux escreveu: >> Still, the builtin-markup module should export its make-COMMAND-markup >> and COMMAND-markup functions, for they are used in some of the files >> loaded by lily.scm. As these functions will have to be imported in both >> the (lily) modules and the toplevel .ly module, an

Re: RehearsalMark #'break-align-symbol patch request

2006-12-28 Thread Han-Wen Nienhuys
Graham Percival escreveu: > Han-Wen Nienhuys wrote: >> Graham Percival escreveu: >>> May I apply this patch? I've had a request to change the default >>> #'break-align-symbol to #'clef, as done in this patch: >> >> doesn't look too bad now that we have the skyline stuff. Please apply, >> but only

Re: compiling docs without compiling lilypond

2006-12-28 Thread Han-Wen Nienhuys
Graham Percival escreveu: > Han-Wen Nienhuys wrote: >> configure's job is to complain about missing stuff for compilation, >> but it actually does create the config.make file necessary for running >> make. >> Just do >> cp GNUmakefile.in GNUmakefile >> >> and do the EXTERNAL_BINARY dance. Can yo

A few cleanups

2006-12-28 Thread Michael Welsh Duggan
Included is a patch that cleans up a (very) few comments, useless code, and the like. >From 720134e89a6e2f25b2bc0859382180e181e03989 Mon Sep 17 00:00:00 2001 From: Michael Welsh Duggan <[EMAIL PROTECTED](none)> Date: Fri, 8 Dec 2006 19:11:17 -0500 Subject: [PATCH] Various code cleanups --- lily/

Re: RehearsalMark #'break-align-symbol patch request

2006-12-28 Thread Graham Percival
Han-Wen Nienhuys wrote: Graham Percival escreveu: May I apply this patch? I've had a request to change the default #'break-align-symbol to #'clef, as done in this patch: doesn't look too bad now that we have the skyline stuff. Please apply, but only in 2.11 Err... does that mean "apply to r

Re: volta questions

2006-12-28 Thread Graham Percival
J.P. Mellor wrote: I have a few questions about voltas/alternatives. If you would like to report a bug, please construct a minimally small example. You can probably fit the problem into half a dozen lines of lilypond code; the files you sent are too large to examine. Thanks, - Graham ___

Re: Help with git and LilyPond Tutorial

2006-12-28 Thread Daniel Tonda Castillo
It seems to be more concise, and I'll try it later on. ¡Thanks! Daniel Tonda C. begin:vcard fn:Daniel Tonda Castillo n:Tonda Castillo;Daniel email;internet:[EMAIL PROTECTED] version:2.1 end:vcard ___ lilypond-devel mailing list lilypond-devel@gnu.org