Re: using \include for remote files

2009-01-02 Thread Bertalan Fodor
Yes, using guile you can download the file to /tmp for example and then include that. Like this: #(remote-include "http://www.whatnote.com/style.ly"; "/tmp/whatnote-style.ly") \include "/tmp/whatnote-style.ly" For implementing remote-include a call to wget could be enough: #(define remote-incl

Re: development on windows

2009-06-13 Thread Bertalan Fodor
What tools can be used to develop? To debug, browse the source, etc? ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: development on windows

2009-06-13 Thread Bertalan Fodor
- Original message From: Carl D. Sorensen Sent: 13 Jun 2009 20:15 -06:00 To: Bertalan Fodor , Jonathan Kulp Cc: Tim Wilkinson , lilypond-devel@gnu.org Subject: Re: development on windows On 6/13/09 8:43 AM, "Bertalan Fodor" wrote: > What tools can be used to develo

Re: development on windows

2009-06-15 Thread Bertalan Fodor
Now I'm running lilybuntu in Sun VirtualBox from my pendrive. Successfully built LilyPond, now I start playing with kdevelop. Thanks for the fun. Bert > Graham Percival wrote: >> On Sun, Jun 14, 2009 at 04:44:30PM -0600, Carl D. Sorensen wrote: >>> On 6/13/09 11:39 PM,

Re: development on windows

2009-06-15 Thread Bertalan Fodor
Well, Eclipse runs very well on my netbook with Atom and 2gb ram. But the cdt is still very limited. Also its startup from the pen drive is too slop. But kdevelop seems all right, which has ctags integration and looks up macro definitions in a second. Bert ___

Re: New markup command `parenthesize'

2009-07-26 Thread Bertalan Fodor
There are many other commands that have the same name in markup and normal context. Mark Polesky írta: Thomas Morgan wrote: Here is a patch which defines `parenthesize', a new markup command which works like `bracket'. It's mainly useful for parenthesizing columns containing several lines

To the NEWS: [Fwd: ANN: LilyPondTool 2.12.879 Plugin Central Release]

2009-07-26 Thread Bertalan Fodor
Wouldn't it be a good idea to post these announcement to the NEWS of the LilyPond homepage? The latest version of LilyPondTool has been released to the jEdit plugin repository. Now it supports Virtual Piano and MIDI input, and a dockable PDF viewer with advanced point-and-click support. To get

Re: anybody know apache? (dir structure of docs)

2009-11-12 Thread Bertalan Fodor
Yes, mod_rewrite can do that. I can look up how tomorrow, as i have this on my servers. Original message From: Graham Percival Sent: 12 Nov 2009 12:47 -08:00 To: Cc: Lily devel , Jan Nieuwenhuizen Subject: anybody know apache? (dir structure of docs) Anybody want to save me a ha

Re: Code formatter

2009-11-12 Thread Bertalan Fodor
I think that the question is not whether we want to use a code formatter but which one. Ideally applied automatically when pushing. Also, is there a tool for c++ like checkstyle and pmd in the java world? That could check for formatting issues and code smells and bad practices. Original m

Re: Detailed instructions for jail mode

2009-12-01 Thread Bertalan Fodor
> On Tue, Dec 01, 2009 at 04:54:59PM +0100, Bertalan Fodor (LilyPondTool) > wrote: >> for the LilyPond Google Wave plugin, to ease hosting LilyPond services, >> I created detailed instructions about how to set up a good chroot jail. >> Could it be (worth) linked in the doc

2.5.24 build failed

2005-05-13 Thread Bertalan Fodor
There are no enc files so the ln fails. cd /netrel/build/lilypond-2.5.24/share/lilypond/2.5.24/fonts/enc && \ ln -s ../../../../../mf/out/*.enc . ln: creating symbolic link `./*.enc' to `../../../../../mf/out/*.enc': No such file or directory make[1]: *** [/netrel/build/lilypond-2.5.24/share/l

Re: Link failed building 2.5.24

2005-05-14 Thread Bertalan Fodor
Hm. With pkg-config --libs pango I get: -Wl,--export-dynamic -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv While there is checking PANGO_FT2_LIBS... -Wl,--export-dynamic -lpangoft2-1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -li

Re: Link failed building 2.5.24

2005-05-14 Thread Bertalan Fodor
After that and after a clean, the links are set correctly. Bert Hm. With pkg-config --libs pango I get: -Wl,--export-dynamic -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv While there is checking PANGO_FT2_LIBS... -Wl,--export-dynamic -lpangoft2-1.0 -lfontconfig -lfreetype

Re: native LilyPond port for Microsoft Windows

2005-05-25 Thread Bertalan Fodor
WOW! It is working from the first moment! I could not try it thoroughly, but I could run it from jEdit, and it produced well my test file. (However, I could not view the pdf with Multivalent, may be some font problem. I'll investigate it further.) In the next days I will check this release s

Re: native LilyPond port for Microsoft Windows

2005-05-29 Thread Bertalan Fodor
A question: with which file should I run lilypond? lilypond.bat or lilypond.exe? With lilypond.bat: why does it make sense, to put the result onto the Desktop? Bert ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/

Windows native and jEdit

2005-05-29 Thread Bertalan Fodor
I copy this to lilypond-devel as well, because I'm interested in the developers' opinion, especially about the third step. To use point-and-click with jEdit and Adobe Reader in the native build of lilypond: 1. create a jump.bsh file somewhere, possibly in c:\prog\jEdit\macros\Misc\: // COPY

Re: native LilyPond port for Microsoft Windows

2005-05-29 Thread Bertalan Fodor
With lilypond.bat: why does it make sense, to put the result onto the Desktop? I asked because I run lilypond from jEdit, and I want the result to be in the same directory as the source. Bert ___ lilypond-devel mailing list lilypond-devel@gnu

Default font in 2.5.26 on Windows

2005-05-30 Thread Bertalan Fodor
In font.scm there is: (add-pango-fonts n 'roman "Century Schoolbook L" factor) (add-pango-fonts n 'sans "Luxi Sans" factor) But on Windows these fonts are not present. So Pango goes back to some default: Bitstream Vera Sans for both. That's not optimal. If I change font.scm to: (add-pang

psnup and new ps files

2005-05-30 Thread Bertalan Fodor
If I use A5 papers #(set-default-paper-size "a5") it seems that psnup can not correctly handle 2.5.26 ps files: psnup -2 -pa4 -Pa5 b.ps will create pages that are not centered. In the 2.4.x series it worked well. I've attached a file. Use gs -sPAPERSIZE=a5 -f "nup.ps" to see the original, and

Re: LilyPond 2.5.28 for Microsoft Windows

2005-06-07 Thread Bertalan Fodor
Still tries to load Vera.ttf, and the causes "Bad TTF file". The PS file is only: %!PS-Adobe-3.0 %%Creator: LilyPond %%Pages: 3 %%PageOrder: Ascend %%Orientation: Portrait %%DocumentPaperSizes: a4 %%DocumentSuppliedResources: font BitstreamVeraSans-Roman %%DocumentSuppliedResources: font Century

Re: LilyPond 2.5.28 for Microsoft Windows

2005-06-08 Thread Bertalan Fodor
I tried with fonts.conf edited, to use Arial, and it gives the 'same' message: Layout output to `myFile.ps'...[C:/WINDOWS/fonts/arial.ttfBad TTF file Bert ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/l

Re: LilyPond 2.5.28 for Microsoft Windows

2005-06-08 Thread Bertalan Fodor
> > can you double check that the lilypond process has permissions to read > that file? > I can't check right now, but 5 minutes before, lilypond-2.5.27 could use it. However, I don't even know, how to set permissions to not allow reading. Bert ___ li

Re: LilyPond 2.5.28 for Microsoft Windows

2005-06-08 Thread Bertalan Fodor
> > I am not sure how we can diagnose further. The next LilyPond version > will have better diagnostic, so maybe we'll know. I hope so. > > What version of windows do you run? Windows XP SP2 ___ lilypond-devel mailing list lilypond-devel@gnu.org ht

2.5.31 cygwin build: no rule to make target

2005-06-19 Thread Bertalan Fodor
I ask here, because I couldn't figure it out. I get a message: make[2]: *** No rule to make target `/netrel/build/lilypond-2.5.31/cygwin/out/postinstall-lilypond.sh', needed by `default'. Stop. I can't see any problems in the cygwin makefile, so I don't know why this happens. Bert _

Re: Suggestion for lilypond-win

2005-06-27 Thread Bertalan Fodor
Using environment variables in Windows is generally unsupported I think. So I'd also prefer using the registry and the user's file associations instead, setting a default one if there is nothing set. Bert ___ lilypond-devel mailing list lilypond-dev

Re: Suggestion for lilypond-win

2005-06-28 Thread Bertalan Fodor
Is the 'reg' command standard for Windowses? In WinXP you can use it to set access the registry. Anyway, using the command: start "something.ly" will run the associated application. It is a good question to decide, whether the default assocation should be processing or editing. Bert ___

Patch for 2.6.0 cygwin build

2005-06-30 Thread Bertalan Fodor
Hello, I had to apply the attached patch to build. It changes spaces to tabs, because make said to do so. Bert --- cygwin/GNUmakefile 2005-06-30 17:24:06.18750 +0200 +++ cygwin/GNUmakefile.new 2005-06-30 17:16:30.62500 +0200 @@ -22,8 +22,8 @@ OUT_POSTREMOVES=$(POSTREMOVES:%=$(outd

Patch 2 for 2.6.0 cygwin build

2005-06-30 Thread Bertalan Fodor
I couldn't build the documentation until I applied the attached patch. However, I'm not sure if this is right, because I don't see exactly your intention. Bert --- Documentation/pictures/GNUmakefile 2005-06-30 22:17:34.56250 +0200 +++ Documentation/pictures/GNUmakefile.new 2005-06-30

Re: utf-8 encoding text editor for Lily?

2005-07-01 Thread Bertalan Fodor
I'm quite devoted to jEdit. It has a LilyPond plugin with some nice features. See instructions at http://lily4jedit.sourceforge.net/ch02.html You can get assistance for the plugin at [EMAIL PROTECTED] I think you should have sent your message to lilypond-user@gnu.org, because that is the li

Wish to give up my Cygwin maintainer position

2005-07-18 Thread Bertalan Fodor
Dear developers & users of Lilypond, as you can see, it takes more and more time for me to release a packaging of lilypond for cygwin. It has several causes: - I'm getting less and less spare time, because of changes in my job and my family - I'm not a Unix guru - I can't really follow the changes

Re: Wish to give up my Cygwin maintainer position

2005-08-02 Thread Bertalan Fodor
Yes, I did, but it only works in my build environment, and not in other cygwin installation. I just couldn't find out what's missing. The problem is still what has written in: http://lists.gnu.org/archive/html/lilypond-user/2005-07/msg00181.html Bert Didn't you have it built already, Bert?

Re: Wish to give up my Cygwin maintainer position

2005-08-03 Thread Bertalan Fodor
Bertalan: I'd apreciate if you could give me a few pointers of how you have done things, just to easy things for me. - I used mknetrel. My last cygwin/mknetrel is attached. (No patch yet, sorry.) - I also attach a shell script that describes quite well what is missing from mknetrel, and wha

Re: Wish to give up my Cygwin maintainer position

2005-08-07 Thread Bertalan Fodor
I'll be happy to do final tests of the release on WinXP Bert ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: setting a text font

2005-08-09 Thread Bertalan Fodor
/\override LyricText #'font-name = #"Gentium"/ With 2.6.0 and 2.6.3 it works like expected, so I can't reproduce the problem. (Maybe the Gentium font has only been copied into c:\Windows\Fonts and not installed?) Bert 'COUR' because the file is 'COUR.TTF' (I'm not sure if the names are c

[patch] Custom paper size

2005-08-09 Thread Bertalan Fodor
I've made a patch that enables me to define arbitrary paper sizes. The implementation could be more general, but that way it would have taken very much time for me, and I'm in a hurry :-) It works with PDF and PNG backends. The patch also contains some definitions for some more ISO paper sizes

Re: [patch] Custom paper size

2005-08-09 Thread Bertalan Fodor
Yes, you're right, but Scheme syntax is too hard for me. However, I hope someone will use the idea to properly construct the feature. :-) Bert The idea is good, but this copy and paste job will not do ___ lilypond-devel mailing list lilypond-d

Re: PDF bloated?

2005-08-20 Thread Bertalan Fodor
It may be the new point-and-click system. Or some font subsetting problem. Bert Johannes Schindelin írta: Hi, when I ran lily 2.5.?, it produced a PDF of 50 kB. Now, I upgraded (which forced me to update almost every package on my system), and it produces a PDF of 510 kB. Granted, it looks

What's a dotted slur?

2005-08-22 Thread Bertalan Fodor
Hello, I'm looking at Ted Ross' book. It tells that: "some of the miscellaneous uses of the normal size dot is [...] ties, slurs" To render something similar that is in the book, I need the attached fragment. Shouldn't it be the default for \slurDotted? Ted Ross also uses these dots for Ottava

First LilyPond SWF tutorials

2005-11-28 Thread Bertalan Fodor
Hello, I found it to be so fun, that I created something I've been wanting for some time now: a beginner's tutorial for LilyPond, using jEdit. I'd appreciate if you looked at it and told me your opinion: http://web.interware.hu/fodber/lilytut Thanks, Bert __

Some new feature

2005-11-30 Thread Bertalan Fodor
Hello, I would be interested in some features to sponsor, so I'm curious about the cost :-) 1. An XML file generated from the sources that has the same content as the Programming Reference. This could be used in LilyPondTool, and provide a possibility to get automatic completion from the current

Parser questions

2005-12-28 Thread Bertalan Fodor
Hello, I'm very close to finish a Java-based parser for lilypond. I will use this in jEdit-LilyPondTool for instant error checking and advanced code completion and refactoring. However, I found that it not trivial to identify certain token types. So I'd like to ask here to show me examples or

Re: Parser questions

2005-12-28 Thread Bertalan Fodor
Wow. Do you also parse Scheme? Yes, but currently using brute-force (based on the EBNF, using many infinite look-aheads). Actually, I'm using antlr, which is a predictive LL(k) parser, so I need to convert from LR to LL. However, my specification is to "accept all valid input and disallow

Re: [OT] How do you configure your keyboard for programming?

2006-01-30 Thread Bertalan Fodor
I don't use deadkeys. I have a keyboard with national characters, and I use "right ALT", titled "Alt Gr", to type the replaced ones. However, for programming I usually switch to English layout and avoid accented chars. Bert Pénzü

Re: Yet Another music macro proposal

2006-05-12 Thread Bertalan Fodor
Well, I'm a bit scared. It would be very valuable, if not only lilypond would be the only parser on the world which can parse a ly file. For example I had a very hard time to create my preliminary java parser, because lilypond's syntax is so free and so dynamic (the language itself can be redef

parallel-music - no R5RS compliant?

2006-05-13 Thread Bertalan Fodor
Hello, I've found this in the definition of parallelmusic: ;; check sequence length (apply for-each (lambda (. seqs) (let ((moment-reference (ly:music-length (car seqs (for-each (lambda (seq moment) (if (not (e

Re: parallel-music - no R5RS compliant?

2006-05-13 Thread Bertalan Fodor
Thanks, it's been got parsed now. Bert I think that I should fix it :-) You're right, I've been lazy, and scheme gets on my nerves sometimes. It should be (lambda* (#:rest seqs) ...), having (use-modules (ice-9 optargs)) before. nicolas ___ lilypon

JPedal and LilyPond-generated PDF

2006-08-25 Thread Bertalan Fodor
Hello, I'm close to integrate JPedal PDF viewer into LilyPondTool for jEdit (transparent point-and-click...) I'm curious if some of you have ever tried opening LilyPond generated PDF files with JPedal. Because if you do some glyphs are missing. It is interesting, that they are not missing if

Re: JPedal and LilyPond-generated PDF

2006-08-27 Thread Bertalan Fodor
: /Unicode /Decoding resource is not accessible but it is useful for generating ToUnicode CMap. Han-Wen Nienhuys írta: Bertalan Fodor wrote: Hello, I'm close to integrate JPedal PDF viewer into LilyPondTool for jEdit (transparent point-and-click...) I'm curious if some of you have

Re: JPedal and LilyPond-generated PDF

2006-08-27 Thread Bertalan Fodor
I've got to know: "Its a bug in the font renderer in JPedal not handling subroutines generated by Ghostscript correctly. We have only seen it in Ghostscript files so the work aroud would be to use another PDF tool. " :-( Well, I've found that the Type1 subroutines are actually not found by J

Patch proposal: DocBook support for lilypond-book

2006-10-17 Thread Bertalan Fodor
Hello, I've created an enhancement for lilypond-book allowing us to use it with DocBook documents. Specification and examples can be read at http://www.organum.hu/fileadmin/lilypondtool/lily-docbook.pdf The enhanced script is at http://www.organum.hu/fileadmin/lilypondtool/lilypond-book.py

Re: Patch proposal: DocBook support for lilypond-book

2006-10-18 Thread Bertalan Fodor
Attached. Bert Han-Wen Nienhuys írta: Bertalan Fodor schreef: Hello, I've created an enhancement for lilypond-book allowing us to use it with DocBook documents. Specification and examples can be read at http://www.organum.hu/fileadmin/lilypondtool/lily-docbook.pdf The enhanced scri

Re: Patch proposal: DocBook support for lilypond-book

2006-10-24 Thread Bertalan Fodor
I have created a patch now. Attached. Thanks, Bert Han-Wen Nienhuys írta: Bertalan Fodor schreef: Anyone interested? Should I create a patch? Against which version? Any suggestions? Can you also add a relevant section to the manual? Thanks! --- lilypond-book.itely 2006-10-24 09:52

python script extension

2006-11-21 Thread Bertalan Fodor
Hello, I'm wondering if it is intentional that lilypond-book.py became lilypond-book and convert-ly.py became convert-ly in the Windows version of 10.0-2. This is important for me, because for running these commands from LilyPondTool I should know this information. Because if I change the cod

self-alignment-interface in TextScript

2006-12-08 Thread Bertalan Fodor
Hi, I have this working: \once \override Voice.TextScript #'self-alignment-X = #1 But in recent versions I found in define-grobsscm: ;; todo: add X self alignment? So is this interface not supported any more? Or is it a question of supporting it? Or what? Bert ___

doc addition

2007-01-19 Thread Bertalan Fodor
In section 13.6 Editor support I propose the following modifications. -- - Because LilyPondTool has the most most features and generally (at least on Windows platforms) it requires almost no configuration, I would list it as the first. - Remove the jEdit part and write the followi

Re: one-pass vertical stretching

2007-01-19 Thread Bertalan Fodor
In that case, I recommend to use GrandStaff instead. The only reason to use PianoStaff is to get the fixed spacing to be able to handle cross-staff beams. This fixed spacing is a very strict limitation, which makes it impossible to make beautiful piano scores. Why does this limitation still

Re: doc addition

2007-01-19 Thread Bertalan Fodor
Ok :-) Let's make 2nd try: Created as a plugin for the jEdit (http://www.jedit.org) text editor LilyPondTool is the most feature-rich text-based tool for editing LilyPond scores. Its features include a Document Wizard with lyrics support to set up documents easier, and embedded PDF viewer with a

Re: Old versions support

2007-01-19 Thread Bertalan Fodor
Take a look at LaTeX. Using the current versions, we can easily build a 20-years old file. With lilypond, we need to rewrite it in order to compile a 6-year old file. LaTex is a very bad example IMHO. Because it has essentially not developed in the last 5-10 years. ___

Re: very good concept but...

2007-01-23 Thread Bertalan Fodor
IMHO a Sibelius rendering would also be important, because as I know it more closely follows European engraving traditions, and it has already become another standard notation software. Bert Han-Wen Nienhuys írta: Tõnis Kaumann escreveu: A few remarks: 1) LilyPond site still refers to Fi

Re: LSR integration example

2007-01-23 Thread Bertalan Fodor
Categories or keywords? Will it be possible to use it offline? E.g. in LilyPondTool there is a full-text search, with weighted results. I imagine writing "fermata last bar" and getting a snippet page (or more). Bert ___ lilypond-devel mailing list l

Re: LSR categories

2007-01-24 Thread Bertalan Fodor
I feel that these categories are not leading the mind. Users usually wants to make a graphical representation of some music, and not doing scheme, or trick, or whatever. For example, many tweaks are ''simple'' ''scheme-trick''s, that (naturally) involves some ''scheme-programming''... I'd better

Re: proofreading tutorial

2007-01-24 Thread Bertalan Fodor
Finally, it's probably a good idea to add a footnote with a link to some overview of different text editors, since the one supplied with LilyPond on Windows and probably also on Mac is fairly rudimentary. This should replace the current footnote 1. I don't think it should be a footnote. Using

Re: proofreading tutorial

2007-01-24 Thread Bertalan Fodor
I don't think it should be in the manual at all; I'd prefer this info to be on the webpages. Ok, but the link to the webpage about editors should be at an emphasized place in the doc. Bert ___ lilypond-devel mailing list lilypond-devel@gnu.org htt

Re: proofreading tutorial

2007-01-24 Thread Bertalan Fodor
Well, we have a webpage about at least one quite good editor: http://lilypondtool.organum.hu ;-) Graham Percival írta: Bertalan Fodor wrote: I don't think it should be in the manual at all; I'd prefer this info to be on the webpages. Ok, but the link to the webpage about editors

Re: proofreading tutorial

2007-01-25 Thread Bertalan Fodor
Ok, I'm happy to do this. But what should I write about emacs, vim etc? Should I write about configuration, or link to the manual? Bert So spend 30 minutes and create a general editor webpage for lilypond. If you omit emacs or vim you'll probably have a riot, but you only need one paragraph ab

Re: valid html?

2007-02-01 Thread Bertalan Fodor
I think that's a bug in the validator :-) Bert Korneel írta: This little note, only to say that your current homepage does NOT validate through this URL: http://validator.w3.org/check?uri=referer Best wishes and please continue developping this wonderful software! Korneel __

Re: would like to participate

2007-02-12 Thread Bertalan Fodor
To understand what is going on I would like to start with the following task I have seen at the web site: * * * In addition, we are still looking for help with the following website tasks, * An overview of all editing environments available * * * Bertalan Fodor has offered to do this

Re: Windows Releases

2007-02-20 Thread Bertalan Fodor
LilyPond's bundled python is useless (unless something has changed in the past 6 months), so I don't see why it is still bundled. It is needed an perfectly good to run convert-ly. Bert ___ lilypond-devel mailing list lilypond-devel@gnu.org http:/

Re: Windows Releases

2007-02-20 Thread Bertalan Fodor
I don't think that lilypond path should be in the PATH. Bert ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Windows Releases

2007-02-20 Thread Bertalan Fodor
Of course it should, but probably not the current \bin\ folder Why? On Windows platforms people rarely use the PATH to run programs. Bert ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-deve

Re: Windows Releases

2007-02-20 Thread Bertalan Fodor
Putting these into the path would also not help. - you can not run convert-ly.py - you must use python convert-ly.py - But if you do, you must say: python "c:\program files\lilypond\usr\bin\convert-ly.py" So you didn't gain much. Still I don't see it is useful. Perhaps we should look at the p

Re: Windows Releases

2007-02-20 Thread Bertalan Fodor
I was thinking a bit more. Installing and uninstalling LilyPond itself should remain separate from jEdit. So there should be one installer that separately installs the two. Bert ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu

Re: Windows Releases

2007-02-20 Thread Bertalan Fodor
Don't talk nonsense! It works perfectly well to run commands like convert-ly -e myfile.ly from the command prompt. Wow, sorry. I never thought that. It seems that I must update my knowledge. Bert ___ lilypond-devel mailing list lilypond-devel@gnu.o

Re: charge of lilypond

2007-02-24 Thread Bertalan Fodor
I propose (at least in windows) to leave a part of the program resident so that invocation are less painful. Unless it is being swapped out to the virtual memory. Office and OpenOffice do They are swapped out as well. And you gain nothing. Bert

Re: charge of lilypond

2007-02-24 Thread Bertalan Fodor
Well, in the case of LilyPond it is sure, that we can achieve better performance if all the declaration, font and everything stuff is not loaded each time. Bert ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/list

Re: LilyPond parser for Canorus

2007-02-26 Thread Bertalan Fodor
How does JEdit and JLilyTool solve autocompletion for example? Autocompletion is very simple - only finds a regex at the cursor position, and then finds the possible choices only based on the Documentation. So if you move an engraver to an other context, the autocompletion will not find it. T

Re: Syntax highlighting in LilyPad?

2007-09-20 Thread Bertalan Fodor
You are always welcome to send patches, bug reports etc. on http://www.sourceforge.net/projects/lily4jedit. The silly mix can remain from the time when lilypond itself was a silly mix thanks to cygwin :-) However, I'd suggest packaging a lightweight gpl text editor with syntax highlighting cap

Re: Syntax highlighting in LilyPad?

2007-09-21 Thread Bertalan Fodor
Actually java need not be installed. You can zip together the whole editor distribution, and use it without any installing, but just unzipping. So really it would involve creating a folder structure: lilypondtool -- jedit (containing all necessary plugins in the jars directory) -- jre pdf reader

Re: Strange (buggy) Scheme assignment

2008-01-23 Thread Bertalan Fodor
Yes, it's a vector, but is it a standalone expression? The guile page says: Like lists, vectors have to be quoted: '#(a b c) => #(a b c) > --- Original Message --- > From: Nicolas Sceaux <[EMAIL PROTECTED]> > To: Bertalan Fodor (LilyPondTool) <[EMA

Re: Strange (buggy) Scheme assignment

2008-01-23 Thread Bertalan Fodor
Ok, thanks, should I create patches for these cases - there are some in the declarations? Anyway I wonder how guile could accept these. Bert > --- Original Message --- > From: Nicolas Sceaux <[EMAIL PROTECTED]> > To: Bertalan Fodor <[EMAIL PROTECTED]> > S

Re: Julie: GUILE for Java

2008-03-04 Thread Bertalan Fodor
Han-Wen Nienhuys írta: 2008/3/4, Bertalan Fodor (LilyPondTool) <[EMAIL PROTECTED]>: In the last 3 weeks I created the base for an R5RS Scheme interpreter written in Java, aimed at GUILE compatibility. It is quite basic yet, but I'm not very far from the point where

Re: Julie: GUILE for Java

2008-03-05 Thread Bertalan Fodor
After I'm done with the new parser, I want to make a voting/survey among LPT users: what they want. Bert > --- Original Message --- > From: "Valentin Villenave" <[EMAIL PROTECTED]> > To: "Bertalan Fodor" <[EMAIL PROTECTED]> > Sent: 08

Re: Feature request: German chord names

2008-08-31 Thread Bertalan Fodor
I think in this way this is a bad practice and I wouldn't call it German tradition. The best traditional practice is to use small letter and the quality mark together: hm Bert > The users would like to be able to make a minor chord print the chord > name as a small letter, and a big letter for

Re: Feature request: German chord names

2008-08-31 Thread Bertalan Fodor
and I wouldn't call it German tradition. So you mean it is wider spread? Yes, for example Hungarian note and chord names usually follows the German and I often saw this in various scores. The best traditional practice is to use small letter and the quality mark together: hm What abou

Re: why is Dutch the default language for note-entry?

2008-12-16 Thread Bertalan Fodor
I would have beaten the the world record of the 100m escaping out of the music school if I would have had to say "double bémol sol". Nevertheless it is a matter of vocal cords, I still sing "sol" and not "fa"... Once a French conductor sang the melody "a a gis a g fis g" with the words "la

Re: Not R5RS, but GUILE

2008-12-20 Thread Bertalan Fodor
Thinking about these ideas i was convinced to base my parser on sisc, which enables defining 1+. Bert ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

(lambda ( . rest))

2008-12-20 Thread Bertalan Fodor
Hi, I found this in lilypond-book-preamble.ly: (lambda ( . rest) Besides that I can't imagine what that wants to mean, the GUILE doc clearly says: --- syntax: *lambda* formals body |(|variable1| ... |variablen| . |variablen+1|)| There must be at least one argument before the period. It

Learning Manual TOC missing subsubsubsections

2008-12-28 Thread Bertalan Fodor
The subsubsubsections are not present in LM toc. Is this intentional? Thanks, Bert ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Learning Manual TOC missing subsubsubsections

2008-12-28 Thread Bertalan Fodor
Yes, I'm talking about these headlines as in the NR they are included in the toc. Reinhold Kainhofer írta: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Montag, 29. Dezember 2008 01:01:14 schrieb Bertalan Fodor: The subsubsubsections are not present in LM toc.

Packaging using mknetrel

2003-09-22 Thread Bertalan Fodor
I was trying to make a package from current CVS release using mknetrel with Cygwin. - While trying to make documentation, building process first ignores an error: chmod a+w /netrel/build/lilypond-1.9.9-1//Documentation/user/out/lilypond.nexi chmod: getting attributes of `/netrel/build/lilypond-1.9

RE: mknetrel building

2003-09-23 Thread Bertalan Fodor
> [Why is the 'F' missing from the error message: 'ile not found?'] Yes, that's an interesting question. > Hmm, just a quick guess: are you perchance using text mounts? No. > 'include': > '(?m)^[^%\n]*?(?P@mbinclude[ \n\t]+(?P[^\t > \n\r]*))', > And that was the solution! And it seem

Doc - Unified index

2003-09-27 Thread Bertalan Fodor
When installing Documentation on Windows, which doesn't distinguish between uppercase and lowercase letters in file names, unified Index is not installed, because it is called 'Index.html', and there is another file called 'index.html'. So Index.html gets overwritten. Could the filename of Index.h

Documentation/user/GNUMakefile

2003-09-29 Thread Bertalan Fodor
For a successful build for cygwin I had to modify Documentation/user/GNUMakefile # Generic rule using % twice not possible? # $(outdir)/%/%.html: $(outdir)/%.texi $(outdir)/lilypond/lilypond.html: $(outdir)/lilypond.texi mkdir -p $(dir $@) $(MAKEINFO) --output=$(outdir)/lilypond

bug-lilypond-cygwin.sh patch

2003-11-23 Thread Bertalan Fodor
There was a bug in bug-lilypond-cygwin.sh. Here's the diff. Index: cygwin/bug-lilypond-cygwin.sh === RCS file: /cvsroot/lilypond/lilypond/cygwin/bug-lilypond-cygwin.sh,v retrieving revision 1.6 diff -u -r1.6 bug-lilypond-cygwin.sh ---

Please help with CVS

2004-01-05 Thread Bertalan Fodor
I want to build LilyPond from the CVS but with updates coming from lilypond_2_0 branch. I use these: cvs -z3 -d:ext:[EMAIL PROTECTED]:/cvsroot/lilypond co lilypond cvs -z3 -d:ext:[EMAIL PROTECTED]:/cvsroot/lilypond update -r lilypond_2_0 The second call doesn't update the files but reverts them t

Feature request: telling error position

2004-01-06 Thread Bertalan Fodor
I'm working on a LilyPond plugin for jEdit. I'd like to underscore the place of errors and warnings. Could lilypond tell not only the place of the error, but also the last good position? Thanks, Bert ___ Lilypond-devel mailing list [EMAIL PROTECTED]

LilyPond 2.1.11-1 cygwin-packaged

2004-01-18 Thread Bertalan Fodor
Dear users, LilyPond 2.1.11-1 can be installed by adding (i.e. click the Add button...) and selecting my homepage as mirror: http://www.inf.bme.hu/~berti/lilypond (I hope it works. This release is because of the more improved lyrics alignment. Thanks to the developers!) Dear developers (www main

2.0 and 2.1 branch to merge

2004-01-31 Thread Bertalan Fodor
May I ask to have some files brought to the 2.1 branch from 2.0? They are needed for building on cygwin. Namely: buildscripts\install-info-html.sh cygwin\lily-wins.py cygwin\mknetrel cygwin\mknetrel.split cygwin\README.in stepmake\stepmake\topdocs-target.make Thanks, Bert __

Some points about hyphens (and a possible patch)

2004-02-05 Thread Bertalan Fodor
Hello, I played a bit with lyric hyphens. 1. First I found that with latin1-encoded accented characters calculating the bounding box is not totally exact. Try ÖÜÖÜÖÜ and \"O\"U\"O\"U as a syllable and compare. 2. In lily/hyphen-spanner.cc the following can be found: /* If the

Patch for lily/hyphen-spanner.cc

2004-02-06 Thread Bertalan Fodor
I've been thinking about my problem about a bit and now I think that including this patch is not a bad idea. Greetings, Bert Index: lilypond/lily/hyphen-spanner.cc === RCS file: /cvsroot/lilypond/lilypond/lily/hyphen-spanner.cc,v re

  1   2   3   >