lily4jedit-devel Mailing List for LilyPondTool for JEdit (Page 5)
Brought to you by:
fodber
You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(13) |
Jun
(23) |
Jul
(7) |
Aug
(3) |
Sep
|
Oct
(5) |
Nov
(46) |
Dec
(28) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(36) |
Feb
(4) |
Mar
(67) |
Apr
(12) |
May
|
Jun
|
Jul
(8) |
Aug
|
Sep
(2) |
Oct
|
Nov
(11) |
Dec
(3) |
2006 |
Jan
(10) |
Feb
(3) |
Mar
(5) |
Apr
(2) |
May
(8) |
Jun
(1) |
Jul
(1) |
Aug
(3) |
Sep
(3) |
Oct
(3) |
Nov
(1) |
Dec
|
2007 |
Jan
|
Feb
(3) |
Mar
|
Apr
|
May
(4) |
Jun
(5) |
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2008 |
Jan
(3) |
Feb
|
Mar
(14) |
Apr
(11) |
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(5) |
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(3) |
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
2011 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Joshua K. <zz...@us...> - 2005-11-12 19:02:54
|
Hi, I have updated from the cvs and see there are lots of changes esp conversion to java 5 ;) Wondering how you compiled it. I installed jdk1.5, but do i need to upgrade my eclipse for it to be compatible? Thanks, Joshua |
From: Bertalan F. <fo...@fr...> - 2005-09-14 20:32:21
|
jDVI is not supported now, because from 2.6 lilypond doesn't create DVI files. There have been lots of problems with DVI fonts. However, using 2.4. x with Cygwin should work with jDvi. Bert |
From: Marc W. <mar...@gm...> - 2005-09-14 20:25:31
|
I've tried cygwin and native version. Marc |
From: Bertalan F. <fo...@fr...> - 2005-07-29 18:01:29
|
It's a bug, I think it is solved in 0.2.8-6 Bert |
From: Marc W. <mar...@gm...> - 2005-07-29 14:32:32
|
I've noticed that there are two tabs: settings and cygwin. But Only the native lilypond filename is used no matter which option (native or cygwin) was selected. Is this a bug? in lilytool/console/ConsoleProcess I've changed the lines from line 87 on describing the substitiution of %lilypond and %args to: String lilypondExecutableOption="options.lilytool.lilypond-executable"; // if win and cyg use cygwin options: if (lilytool.LilyToolPlugin.isWindows() && LilyToolPlugin.useCygwin()) lilypondExecutableOption = "options.lilytool.cygwin.lilypond-executable"; command = command.replaceAll("%lilypond", jEdit.getProperty(lilypondExecutableOption).replaceAll("\\\\","\\\\\\\\")); command = command.replaceAll("%args", jEdit.getProperty(lilypondExecutableOption + ".args").replaceAll("\\\\","\\\\\\\\")); But on linux I get a Null Pointer exception running Lilypond Activity log is: [error] AWT-EventQueue-0: working directory: /mnt/d/ [error] AWT-EventQueue-0: running command "%lilypond" %args "/mnt/d/test.ly" [error] AWT-EventQueue-0: ConsoleProcess executes "/usr/bin/lilypond" "/mnt/d/test.ly" [notice] AWT-EventQueue-0: command: "/usr/bin/lilypond" "/mnt/d/test.ly" [error] AWT-EventQueue-0: java.lang.NullPointerException [error] AWT-EventQueue-0: at java.lang.ProcessBuilder.start(ProcessBuilder.java:441) [error] AWT-EventQueue-0: at java.lang.Runtime.exec(Runtime.java:591) [error] AWT-EventQueue-0: at lilytool.console.ConsoleProcess.start(ConsoleProcess.java:119) [error] AWT-EventQueue-0: at lilytool.console.LilyPondShell.execute(LilyPondShell.java:39) [error] AWT-EventQueue-0: at console.Shell.execute(Shell.java:156) [error] AWT-EventQueue-0: at console.Console.run(Console.java:429) [error] AWT-EventQueue-0: at console.Console.run(Console.java:226) [error] AWT-EventQueue-0: at console.Console.run(Console.java:202) I'm not sure wether this is caused by my change? Will try latest cvs later again. (I'm currently busy translating lilypond website into German, I hope I find time to translate the manual as well :) Marc |
From: Bertalan F. <fo...@fr...> - 2005-07-28 10:35:34
|
Many thanks to the bug reports, I hope I could solve the linux-running bugs. ChangeLog: * change running methods to not use quotes, only in native Windows * macros/set-default-text-fonts: new macro * LilyAsset.getSelection: new method Bert |
From: Bertalan F. <fo...@fr...> - 2005-07-26 18:24:32
|
Hello, as I promised, I released a new development version of LilyPondTool. Download it from the project site: http://www.sourceforge.net/projects/lily4jedit This release (and all releases from now on) requires Java 5.0 This release should solve the following bugs. If it doesn't, please report: - lilypond was run before the save finished - running commands on linux didn't work ChangeLog: * macros/auto-beam.bsh: new macro * actions.xml, LilyToolPlugin: use new method: addOnSaveAction, This way we can place actions in a list - the actions in this list will be invoked after save completed. * Rewrite using Java 5.0 features * macrohelp/NoteString: add appoggiatura, acciaccatura, grace to parmKeywords |
From: Bertalan F. <fo...@fr...> - 2005-07-26 14:48:05
|
>I hoped to be able to track down the error when looking at the source >/ compiling the last cvs version.. But I can't find the packages phelps/ of the >multivalent package used by the plugin. > > You can get the necessary package from http://sourceforge.net/projects/multivalent. You only need Multivalent20040415.jar You should put the sources under jEdit/jars and use ant and build.xml to build LilyPondTool. >I've added the c:\Programme\cygwin\bin\ directory to windows path >environment variable so that hopefully the plugin can find bash.exe.. > >That didn't work. Specifying the full path with tail bash.exe or without >didn't work, either. > That's very sad. I've modified some files, to see the messages in activity log possibly explaining the problem. >- Another question: Is there any way to run lilypond without cygwin? If >not is there a Java function which tells you the os? If so it would be >nice to add another option (native/ cygwin / automatic).. ;) > > Yes, you can run lilypond without cygwin, using the new native LilyPond 2.6.0. In the latest version of LilyPondTool you can choose easily between the native and the cygwin version. Anyway, I'll put on a new release of LilyPondTool this evening. Bert |
From: Marc W. <mar...@gm...> - 2005-07-26 14:35:41
|
Hi. - I still have problems running the LilyToolPlugin on windows with cygwin unless I install cygwin into the default directory (c:\cygwin).. I hoped to be able to track down the error when looking at the source / compiling the last cvs version.. But I can't find the packages phelps/ of the multivalent package used by the plugin. I've added the c:\Programme\cygwin\bin\ directory to windows path environment variable so that hopefully the plugin can find bash.exe.. That didn't work. Specifying the full path with tail bash.exe or without didn't work, either. - Another question: Is there any way to run lilypond without cygwin? If not is there a Java function which tells you the os? If so it would be nice to add another option (native/ cygwin / automatic).. ;) Marc |
From: Bertalan F. <fo...@fr...> - 2005-07-24 11:00:06
|
Joshua, thank you for all your work. You have done very valuable work. I'm looking forward to join again in 2007. :-) Bert |
From: Joshua K. <zz...@us...> - 2005-07-22 02:44:02
|
Hi all, Sorry for typing this in a rush. As I'm typing this, I'm minutes away before serving my National Service for 2 years. Sorry again for not hearing from me for sometime, I've since completed my polytechnic education. Thanks for the chance to work on this project, forgive me for not be able to have done better and more. I have also created a webpage or blog about myself recently. The URL is at http://www.lab4games.net/zz85/blog/ You can visit to know more about me, or my updates :) I wish all of you the best in all your aspects of life. Joshua |
From: Joshua K. <zz...@us...> - 2005-04-20 14:15:27
|
Do you see a jLabel in the wizard which shows what note and shortcut is for the key below the mouse cursor? The problem now is that the keys are implemented in jButtons (I guess that time I wanted to implement the wild idea I had in my mind), and in order to show the letters, the key width must be enlarged, which makes the keyboard unsightly. If not, the letters become dots. Even if the width is wide enough, the black keys overlapping the letter might cause it to turn it into dots. One way is to implement a custom jButton, or recode the implementation for the keys, but for now I just add the note name and binding to its ToolTip. I also modified the quickpitch action such that if onscreen piano is visible, it will cause an onclick on the button, making it look "better". But with the current implementation I'm worried how well will it run on a slow machine. Another module added is the MidiManager. Would be used when a note is pressed, and the midi manager should play the note. I'm not sure how well its going to work, my soundcard seems its not working well at all to test it. So so far, its seems to me like i'm recoding tons of stuff i previously coded in that Keyboard class, except splitting into different classes. I wondering how much is it worth and well will it turn up soon.... Joshua ======= At 2005-04-20, 20:06:05 you wrote: ======= > >>Do you mean displaying the shortcut key on the keyboard or the letter of the note on the keyboard? >> >> >The shortcut key, (to make me now, what I should redefine). > >>to place it in the wizard or the onscreen piano? >> >> >I think both (but it came into my mind with the wizard) > >Bert > > = = = = = = = = = = = = = = = = = = = = |
From: Bertalan F. <fo...@fr...> - 2005-04-20 12:08:07
|
>Do you mean displaying the shortcut key on the keyboard or the letter of the note on the keyboard? > > The shortcut key, (to make me now, what I should redefine). >to place it in the wizard or the onscreen piano? > > I think both (but it came into my mind with the wizard) Bert |
From: Joshua K. <zz...@us...> - 2005-04-20 11:26:48
|
RG8geW91IG1lYW4gZGlzcGxheWluZyB0aGUgc2hvcnRjdXQga2V5IG9uIHRoZSBrZXlib2FyZCBv ciB0aGUgbGV0dGVyIG9mIHRoZSBub3RlIG9uIHRoZSBrZXlib2FyZD8NCkkgY291bGQgdHJ5IGRv aW5nIGl0LiB0aGVuIGFnYWluLCB0byBwbGFjZSBpdCBpbiB0aGUgd2l6YXJkIG9yIHRoZSBvbnNj cmVlbiBwaWFubz8NCg0KSm9zaHVhDQoNCg0KPT09PT09PSBBdCAyMDA1LTA0LTE4LCAwMzoyNzo0 NyB5b3Ugd3JvdGU6ID09PT09PT0NCg0KPlZlcnkgbmljZS4gQ291bGQgeW91IGRyYXcgdGhlIGN1 cnJlbnQgYXNzaWdubWVudCBvbiB0aGUga2V5Ym9hcmQ/DQo+DQo+QmVydA0KPg0KPkpvc2h1YSBL b29PT29PT28g7XJ0YToNCj4NCj4+VGhlIGFiaWxpdHkgdG8gY2hhbmdlIHRoZSBzaG9ydGN1dHMg Zm9yIHRoZSBRdWlja1BpdGNoIGlzIG5vdyByZWFkeS4NCj4+DQo+PlNlZSBMaWx5UG9uZCBtZW51 ID4gRGV2ZWxvcGVyID4gUXVpY2tMaWx5IFBpdGNoZXMgU2hvcnRjdXQNCj4+ICANCj4+DQo+DQo+ DQoNCj0gPSA9ID0gPSA9ID0gPSA9ID0gPSA9ID0gPSA9ID0gPSA9ID0gPQ0KDQo= |
From: Bertalan F. <fo...@fr...> - 2005-04-17 19:30:18
|
Very nice again :-) I can see that it will be able to be the base of piano keyboard input. Thanks, Bert |
From: Bertalan F. <fo...@fr...> - 2005-04-17 19:28:06
|
Very nice. Could you draw the current assignment on the keyboard? Bert Joshua KooOOoOOo írta: >The ability to change the shortcuts for the QuickPitch is now ready. > >See LilyPond menu > Developer > QuickLily Pitches Shortcut > > |
From: Joshua K. <zz...@us...> - 2005-04-17 17:56:57
|
Do try out the Dockable LilyPiano. ( Menu > Developlemnt > Show LilyPiano ) It works by combinding the now more modular PianoPanel and QuickPitch action :)_Joshua |
From: Joshua K. <zz...@us...> - 2005-04-17 16:00:42
|
The ability to change the shortcuts for the QuickPitch is now ready. See LilyPond menu > Developer > QuickLily Pitches Shortcut :)_Joshua |
From: Joshua K. <jos...@gm...> - 2005-04-12 17:06:21
|
Under utilities > global options > appearances > Experimental options > Dra= w=20 window borders using Swing look and feel. My option was checked, the reason= =20 being my it covers my task bar. btw, anyone tried using GCJ or jikes for compiling? what about using *Kaffe<http://www.kaffe.org/> *vm or IKVM <http://weblog.ikvm.net/> for running? Joshua <http://weblog.ikvm.net/> On Mar 31, 2005 9:28 AM, Joshua Koo <jos...@gm...> wrote: >=20 > i see. I think the jdvi (or maybe my taskbar) for certain reasons > covers the taskbar. >=20 > > > > > Don't you have a taskbar? It does exactly the same thing. :-) > > > |
From: Bertalan F. <fo...@fr...> - 2005-04-01 18:14:37
|
>Arr... im so silly. The page can be dragged around using the middle click. Cool... > > Wow, I didn't notice that :-) >Errm, the note heads seemed to be blured. Is it because of anti-aliasing? > Maybe. We have a lot of experiments to do. For example I found that dashed lines are not rendered correctly. Perhaps a bug in multivalent. Bert |
From: Bertalan F. <fo...@fr...> - 2005-04-01 18:01:32
|
>Just one concern here, is it possible for the pdf viewer to release lock on the pdf when lilypond is compiling? If not, pdf generation will fail. > > AFAIK the multivalent viewer does not lock the file (because I can delete it if I'd like to), however, reloading is problematic (but not so much). I'm just at the beginning in learning multivalent. The problem with Acrobat is exactly that it locks the file. >ps. 1 thing i think in jdvi over the multivent browser is the browsing - u can click and drag in jdvi, but scrollbars are needed in multivent. > > > Yes, there are many things we must customize. But I'm happy it is working now at yours. Bert |
From: Joshua K. <zz...@us...> - 2005-04-01 17:58:48
|
Arr... im so silly. The page can be dragged around using the middle click. Cool... Errm, the note heads seemed to be blured. Is it because of anti-aliasing? |
From: Joshua K. <zz...@us...> - 2005-04-01 17:52:15
|
Cool. It seems to load much faster now, even quicker than the integrated PS viewer or jdvi. Just one concern here, is it possible for the pdf viewer to release lock on the pdf when lilypond is compiling? If not, pdf generation will fail. Joshua ps. 1 thing i think in jdvi over the multivent browser is the browsing - u can click and drag in jdvi, but scrollbars are needed in multivent. ======= At 2005-04-01, 04:13:06 you wrote: ======= >Updated CVS (included patched files' sources), and put a build.xml in >otherpatches for automatically applying patches. > >I'm working on the problems. > >Bert > > = = = = = = = = = = = = = = = = = = = = |
From: Bertalan F. <fo...@fr...> - 2005-03-31 20:13:16
|
Updated CVS (included patched files' sources), and put a build.xml in otherpatches for automatically applying patches. I'm working on the problems. Bert |
From: Joshua K. <jos...@gm...> - 2005-03-31 01:28:50
|
i see. I think the jdvi (or maybe my taskbar) for certain reasons covers the taskbar. the only thing *for me* is that, it disturbs my flow of thoughts as they seem like different applications. I'm not sure what other users feel, esp. linux users who might use different tools at the same time. i basically see the same idea in oracle jdeveloper, where u can have a table displaying database contents inside another tab, rather than a new window. so i thought a little programming can change a buffer look (maybe like background). anyway these are just side thoughts from me again as usual. oh. Yup, I was trying to split the super long Keyboard class to make it more modular. I got to tired and think I got page full or errors in one of the files. But using the light profile in ant, i could still compile. (maybe its incredmential). How try to fix them tonight. Joshua On Wed, 30 Mar 2005 21:23:49 +0200, Bertalan Fodor <fo...@fr...> wrote: > > >This means, it should be easily to switch between the views (or maybe perspective) just by clicking, without pressing alt-tab. (Much better with bufferTabs) > > > > > Don't you have a taskbar? It does exactly the same thing. :-) > > >For some screens which is big even, a split view would also be enough. > > > > > Windows can be rearranged... > > So I think this functionality is already available. > > Bert > > ps. You've committed code that makes building impossible. > |