Patch fixed - please post on Rietveld! (Re: New patch for waveforms)

2010-06-06 Thread Mike Solomon
Patch is fixed: http://www.apollinemike.com/lilypond/waveform/0002-Waveform.patch Could someone please throw it up on Reitveld? As for the translation, I'm talking about language translators. I'm not sure if the strings in my programming_errors are sufficiently clear to be translateable - I rea

Re: Syntax Colourgin in BBEdit and TextWrangler

2010-06-06 Thread Carl Sorensen
On 6/6/10 8:41 PM, "Han-Wen Nienhuys" wrote: > [+lily-devel] > > The list is probably a better place to ask around. > > On Sun, Jun 6, 2010 at 3:53 PM, Frans van Dunné wrote: >> >> Can you make the syntax keywords and functions avalaible to me as a list so >> I can finish up the syntax col

Re: Syntax Colourgin in BBEdit and TextWrangler

2010-06-06 Thread Han-Wen Nienhuys
[+lily-devel] The list is probably a better place to ask around. On Sun, Jun 6, 2010 at 3:53 PM, Frans van Dunné wrote: > Dear Han Wen, > > I made a preliminary syntax colouring xml available to use BBedit or > TextWrangler available > (http://fransvandunne.com/2010/06/bblily-lilypond-syntax-col

Re: Regression tests

2010-06-06 Thread Carl Sorensen
On 6/6/10 8:01 AM, "Graham Percival" wrote: > On Sun, Jun 06, 2010 at 07:29:03AM -0600, Carl Sorensen wrote: >> >> I'm moving all of the detail out of 3.6.3 Post-compilation options into 8 >> Regression tests. > > Great! > >> You can learn more about testing in the >> documentation." (I can'

Re: scheme function to extract a specific grob property from a musicevent?

2010-06-06 Thread josé henrique padovani
Em 06/06/10 20:26, Gilles THIBAULT escreveu: see attached file. Oh sorry. I send a not cleaned file. Please, take this one instead. Gilles That's it!! Thank you very much! I still need to understand the code better, but it is exactly what I need... (want to put some curved glissandos made wi

Re: scheme function to extract a specific grob property from a musicevent?

2010-06-06 Thread Gilles THIBAULT
see attached file. Oh sorry. I send a not cleaned file. Please, take this one instead. Gillesmyfunction = #(define-music-function (parser location event-chord numx) (ly:music? number?) #{ \once \override TextScript #'outside-staff-priorit

Re: scheme function to extract a specific grob property from a music event?

2010-06-06 Thread Gilles THIBAULT
numx(number?) numy(number?) What I want to do is to eliminate the last argument by setting it to be equal to the same 'Y-offset (or 'staff-position, it is not clear to me yet) of the notehead Hello José. Perhaps that snippet http://lsr.dsi.unimi.it/LSR/Item?id=637 can help you. Ok, it is

Re: cap in path routine

2010-06-06 Thread Patrick McCarty
2010/6/6 josé henrique padovani : > Em 06/06/10 15:33, Patrick McCarty escreveu: >> Looking into this more, I see two issues: >> >> 1) What names should we use for the different linecap options? >> 2) Where should these values be specified? >> >> Any thoughts (about syntax, or otherwise)? > > well.

Re: New patch for waveforms

2010-06-06 Thread Francisco Vila
2010/6/6 Mike Solomon : > P.P.P.S. I know nothing about Lilypond's translation process, although word > on the street is that it is very involved.  I'd be happy to beautify my > programming_error code accordingly once I know who needs to translate what. Are we talking about those dwarfs that do th

Re: cap in path routine

2010-06-06 Thread josé henrique padovani
Em 06/06/10 16:40, josé henrique padovani escreveu: well.. I think that would be good to preserve the ps-like words (simply to avoid confusion between svg and ps syntaxes) It would be nice to add both "setlinecap" and "setlinejoin" to the 'path defs... They could be added as optional argumen

Addendum for new patch

2010-06-06 Thread Mike Solomon
Hey all, For those who try to apply my patch, it won't apply unless you apply my woodwind diagram patch first. This patch, 0001-Woodwind-diagrams.patch, is on the same site as in the previous email (http://www.apollinemike.com/lilypond/waveform) & is bug-free (as far as I know). Sorry about t

Re: Experimental support for woff fonts in svg. (issue1428042)

2010-06-06 Thread James Lowe
Graham, On 6 Jun 2010, at 21:33, Graham Percival wrote: On Sun, Jun 06, 2010 at 06:42:05PM +, pnor...@gmail.com wrote: http://codereview.appspot.com/1428042/diff/13002/17014#newcode140 configure.in:140: STEPMAKE_PATH_PROG(FONTFORGE, fontforge, REQUIRED, 20090923) Is 20090923 actually requ

Re: Experimental support for woff fonts in svg. (issue1428042)

2010-06-06 Thread Graham Percival
On Sun, Jun 06, 2010 at 06:42:05PM +, pnor...@gmail.com wrote: > > http://codereview.appspot.com/1428042/diff/13002/17014#newcode140 > configure.in:140: STEPMAKE_PATH_PROG(FONTFORGE, fontforge, REQUIRED, > 20090923) > Is 20090923 actually required? > > I didn't want to bump the required fontfor

New patch for waveforms

2010-06-06 Thread Mike Solomon
Hey lilypond developers, As I am not good at posting patches on Rietveld, I submit to you the 2nd of a two-patch diptych via the following link: http://www.apollinemike.com/lilypond/waveform where you'll find a patch along with several files necessary to test it out. Please play with it, try to

Re: cap in path routine

2010-06-06 Thread josé henrique padovani
Em 06/06/10 15:33, Patrick McCarty escreveu: Looking into this more, I see two issues: 1) What names should we use for the different linecap options? 2) Where should these values be specified? For 1), we could use the PostScript naming convention, though it is somewhat difficult to remember. T

Re: Eyeglasses (was Re: -dbackend=svg ... warning: missing stencil expression `embedded-ps')

2010-06-06 Thread Patrick McCarty
On Sun, Jun 6, 2010 at 12:16 PM, Patrick McCarty wrote: > > I think that using 'path would be the better option, also the circles > and semicircle will be a little tricky to code. This should say "... though the circles and semicircle will be a little tricky to code." Thanks, Patrick __

Re: Eyeglasses (was Re: -dbackend=svg ... warning: missing stencil expression `embedded-ps')

2010-06-06 Thread Patrick McCarty
On Sun, Jun 6, 2010 at 6:43 AM, Carl Sorensen wrote: > On 6/6/10 7:36 AM, "Neil Puttock" wrote: > >> 2010/6/4 Patrick McCarty : >> >>> Another option is to use the 'path routine.  This isn't documented yet >>> and is a little cumbersome to use, but you can find an example that >>> uses 'path in t

Re: -dbackend=svg ... warning: missing stencil expression `embedded-ps'

2010-06-06 Thread Patrick McCarty
On Sun, Jun 6, 2010 at 6:36 AM, Neil Puttock wrote: > 2010/6/4 Patrick McCarty : > >> Another option is to use the 'path routine.  This isn't documented yet >> and is a little cumbersome to use, but you can find an example that >> uses 'path in this snippet: >> >>  http://lsr.dsi.unimi.it/LSR/Item

Re: Experimental support for woff fonts in svg. (issue1428042)

2010-06-06 Thread pnorcks
http://codereview.appspot.com/1428042/diff/13002/17014 File configure.in (right): http://codereview.appspot.com/1428042/diff/13002/17014#newcode140 configure.in:140: STEPMAKE_PATH_PROG(FONTFORGE, fontforge, REQUIRED, 20090923) Is 20090923 actually required? I didn't want to bump the required fo

Re: fontforge requirement

2010-06-06 Thread Jan Nieuwenhuizen
Op zondag 06-06-2010 om 18:44 uur [tijdzone +0100], schreef Graham Percival: > Jan, are you hoping to merge Woff fonts before 2.14 ? Yes, there weren't any more comment, so I want to merge tomorrow or so. > if so, we have > a problem. Since it needs to be so new ( 20100501 ), I would really > l

Re: fontforge requirement

2010-06-06 Thread Patrick McCarty
On Sun, Jun 6, 2010 at 10:44 AM, Graham Percival wrote: > Since >  Issue 963:     check dependency versions for 2.14 >  http://code.google.com/p/lilypond/issues/detail?id=963 > is closed, I am extremely reluctant to bump requirements now. > According to configure.in, > STEPMAKE_PATH_PROG(FONTFORGE

Re: cap in path routine (was: Re: Eyeglasses (was Re: -dbackend=svg ... warning: missing stencil expression `embedded-ps'))

2010-06-06 Thread Patrick McCarty
2010/6/6 Patrick McCarty : > 2010/6/6 josé henrique padovani : >> Just to be sure: Is it possible to set different caps with the path routine? >> (I didn't found this option) >> If not, would it be possible to add an optional variable to set it and have >> it working on both ps and svg backends? >

fontforge requirement

2010-06-06 Thread Graham Percival
Since Issue 963: check dependency versions for 2.14 http://code.google.com/p/lilypond/issues/detail?id=963 is closed, I am extremely reluctant to bump requirements now. According to configure.in, STEPMAKE_PATH_PROG(FONTFORGE, fontforge, REQUIRED, 20050624) Jan, are you hoping to merge Woff

Re: cap in path routine (was: Re: Eyeglasses (was Re: -dbackend=svg ... warning: missing stencil expression `embedded-ps'))

2010-06-06 Thread Patrick McCarty
2010/6/6 josé henrique padovani : > Just to be sure: Is it possible to set different caps with the path routine? > (I didn't found this option) > If not, would it be possible to add an optional variable to set it and have > it working on both ps and svg backends? It's not possible right now, but I

cap in path routine (was: Re: Eyeglasses (was Re: -dbackend=svg ... warning: missing stencil expression `embedded-ps'))

2010-06-06 Thread josé henrique padovani
Just to be sure: Is it possible to set different caps with the path routine? (I didn't found this option) If not, would it be possible to add an optional variable to set it and have it working on both ps and svg backends? thanks josé -- http://zepadovani.info

Re: Experimental support for woff fonts in svg. (issue1428042)

2010-06-06 Thread n . puttock
http://codereview.appspot.com/1428042/diff/13002/17023 File scm/output-lib.scm (right): http://codereview.appspot.com/1428042/diff/13002/17023#newcode897 scm/output-lib.scm:897: (define-public (font-name-split font-name) These look out of place here. Move to font.scm or backend-library.scm? ht

scheme function to extract a specific grob property from a music event?

2010-06-06 Thread josé henrique padovani
Hi, I have tried to find in the manual and in the sources a scheme function that let me extract a specific grob from a music object... I want to be able to know which is the 'staff-position (or should it be Y-offset?) grob-property of the notehead I am creating and use it to set the Y-offset o

Re: Regression tests

2010-06-06 Thread Graham Percival
On Sun, Jun 06, 2010 at 07:29:03AM -0600, Carl Sorensen wrote: > > I'm moving all of the detail out of 3.6.3 Post-compilation options into 8 > Regression tests. Great! > You can learn more about testing in the > documentation." (I can't put a link here, because this is part of the > COMPILING

Eyeglasses (was Re: -dbackend=svg ... warning: missing stencil expression `embedded-ps')

2010-06-06 Thread Carl Sorensen
On 6/6/10 7:36 AM, "Neil Puttock" wrote: > 2010/6/4 Patrick McCarty : > >> Another option is to use the 'path routine.  This isn't documented yet >> and is a little cumbersome to use, but you can find an example that >> uses 'path in this snippet: >> >>  http://lsr.dsi.unimi.it/LSR/Item?id=623

Re: -dbackend=svg ... warning: missing stencil expression `embedded-ps'

2010-06-06 Thread Neil Puttock
2010/6/4 Patrick McCarty : > Another option is to use the 'path routine.  This isn't documented yet > and is a little cumbersome to use, but you can find an example that > uses 'path in this snippet: > >  http://lsr.dsi.unimi.it/LSR/Item?id=623 I see \eyeglasses uses make-postscript-markup; I gue

Re: VirtualBox & lilybuntu

2010-06-06 Thread Carl Sorensen
On 6/6/10 4:38 AM, "Kieren MacMillan" wrote: > Hi all, > > Thanks for the help -- looks like the virtual machine is running smoothly. > I'll be downloading source and compiling sometime soon; will report back. Congratulations! This must feel great, after the trouble you had trying to do things

Re: Regression tests

2010-06-06 Thread Carl Sorensen
On 6/6/10 5:19 AM, "Graham Percival" wrote: > On Sat, Jun 05, 2010 at 10:23:19PM -0600, Carl Sorensen wrote: > > Which one? I believe we now have at least two such sections. We > should, of course, eliminate all but one, and then have @refs to > that one. I'm moving all of the detail out o

Re: Regression tests

2010-06-06 Thread Graham Percival
On Sat, Jun 05, 2010 at 10:23:19PM -0600, Carl Sorensen wrote: > I'm trying to update the section in the CG on regression tests and ensure > its accuracy. Which one? I believe we now have at least two such sections. We should, of course, eliminate all but one, and then have @refs to that one. C

Re: Regression tests

2010-06-06 Thread Valentin Villenave
On Sun, Jun 6, 2010 at 6:23 AM, Carl Sorensen wrote: > However, when I open collated-files.html in Safari or Firefox, there are no > images in > the file. Ah, I thought it was just me :-) Thanks for double-checking this section. I mainly wrote it as a placeholder until someone with a clue could

Re: VirtualBox & lilybuntu

2010-06-06 Thread Kieren MacMillan
Hi all, Thanks for the help -- looks like the virtual machine is running smoothly. I'll be downloading source and compiling sometime soon; will report back. Cheers, Kieren. ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mai

Re: completion disturbed by other staff (issue 1082)

2010-06-06 Thread Benkő Pál
attached the updated patch for 1082. thanks, p patch16 Description: Binary data ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel