lily4jedit-devel Mailing List for LilyPondTool for JEdit (Page 13)
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: Johannes S. <Joh...@gm...> - 2004-11-02 17:45:11
|
Hi, On Tue, 2 Nov 2004, Joshua KooOOoOOo wrote: > Fixed the jslider and allow seeking either by dragging or by clicking an > empty part of the jslider ;) Great! > Updated the CVS. Sorry for the messy coding. It's not that messy. I could live without those commented out debugs and some other comments, but that's just MHO... > Btw. Some newbie qns, do I have to restart everytime I recompile the > jar? and whats jhall.jar for? Yes. Unfortunately you have to restart. Maybe there's another way like 'java.lang.System.loadLibrary("c:\jEdit\jars\LilyPondTool.jar");' in BeanShell works, but I didn't test that. AFAIK jhall.jar is a component to show the help files (which are in LilyJHelp.jar). Ciao, Dscho |
From: Johannes S. <Joh...@gm...> - 2004-11-02 16:44:17
|
Hi, On Tue, 2 Nov 2004, Bertalan Fodor wrote: > Joshua KooOOoOOo wrote: > > >A few questions, when i run the midiplayer, I do not see any jslider. > >Did you add the slider into the south panel to hide it first as it is > >not working? Yes. It didn't work right away, so I hid it. I planned to fix it, but never came around to actually do it. > > 3. Eg. u insert upbow on a particular note. clicking on the upbow > > again should remove the upbow instead of appending it. I would like that, too. I propose to just check at the first note of the selection if there is an upbow, and depending on that either setting or clearing the upbow on all notes (ignoring notes where there is already one (or none, when clearing)). > >Another idea I have is that, when midi is running, base on the tempo of > >the scores, the jdvi window score can follow the music- something like > >noteworthycomposer or finale playback. That is a little bit hard, as there is no timing information present in the dvi. There is no information in the midi on the current note either, so I don't think right now it would be possible to do that. I am not much of a lilypond hacker, so I don't really know if it would be possible to generate a midi event at a line break when interpreting the music, but I am quite positive that the midi is built first, then the tex file, so I am not sure that this is feasible. But the opposite could be true: maybe there is a way to generate a "special" event from the midi, which gets included in the dvi (much like point-and-click). > >Do you think in future, the jdvi could be integrated with all the > >macros such that you could apply lets say a staccato by highlight a > >note in jdvi and then hitting an icon in lilytool to edit it? I > >foreseeing it has the potential not only be an IDE but a graphical > >musicical editor like finale. ;) This would be quite a bit of work, but yes, this should be possible. It would mean to hack jdvi to be able to select a rectangular area, and add a function to jdvi which returns a list of special:src references of the selected area. It would not work WYSIWYG, though. Ciao, Dscho |
From: Joshua K. <zz...@la...> - 2004-11-02 15:38:19
|
Hi all, some good news. Fixed the jslider and allow seeking either by dragging or by clicking an empty part of the jslider ;) Updated the CVS. Sorry for the messy coding. Btw. Some newbie qns, do I have to restart everytime I recompile the jar? and whats jhall.jar for? Cheers, Joshua |
From: Bertalan F. <fo...@fr...> - 2004-11-02 14:59:44
|
Thanks, great suggestions. I'll think on them. Copied to the list. Bert Joshua KooOOoOOo wrote: >Hi bert, > >sorry for not hearing long from me. > >I'm really glad that lilytool had improved a lot since, and happy its working well with jedit 4.2 > >A few questions, >when i run the midiplayer, I do not see any jslider. Did you add the slider into the south panel to hide it first as it is not working? > >I like the articulations macro. However, >1. After applying the articulation, the select over the notes should not disappear. >2. Maybe there should be an option to clear all articulations on the notes >3. Eg. u insert upbow on a particular note. clicking on the upbow again should remove the upbow instead of appending it. >4. In the normal insert mode, (means no highlighting over a few notes), the notes at the cursor should be parse and articulation be added at the end? > >About velocity templates, is there any tutorial on the net which I could learn how to use it, or should I just use beanshell macros? > >Another idea I have is that, when midi is running, base on the tempo of the scores, the jdvi window score can follow the music- something like noteworthycomposer or finale playback. > >Do you think in future, the jdvi could be integrated with all the macros such that you could apply lets say a staccato by highlight a note in jdvi and then hitting an icon in lilytool to edit it? I foreseeing it has the potential not only be an IDE but a graphical musicical editor like finale. ;) > >About the beat macro, I not sure how to use it, after pressing | i only see 0/1 in the status bar. > >I see some other interesting files too, like the piano class, and > >And I still picking up using eclipse, while I'm quite lost at the number of java files, mean while I try to pick up soon and hopfully be able to contribute! >meanwhile, happy programming. hope to update you soon. > >Joshua >btw my sourceforge email should now be fixed. i should be able to receive email next time u send to the lilytool mailing list. > > > > > |
From: Bertalan F. <fo...@fr...> - 2004-10-20 13:05:17
|
New day, new feature. You can add articulations by two ways now: - insert at the cursor - insert after all the notes in the selected text at once That is, if you select some part, e.g c8 h g r c, and select Macros&Templates>Articulations>Staccato, you will get: c8-. h-. g-. r c-. This is the first application of NoteIterator. (NoteIterator and the other helpers implemented for what-beat are now available from the macrohelp package). See macros/applyNotes.bsh Bert |
From: Bertalan F. <fo...@fr...> - 2004-10-19 12:08:31
|
Hello, I've created the first, limited but working implementation for our plugin of Heikki Junes' what-beat idea and emacs macro. When you type |, the status bar shows the current beat. The feature is implemented in macros/what-beat.bsh. It contains some things that will be very useful in the future: a NoteToken iterator, that iterates through the note (and rest) tokens of the selected part of lily. It's not fully implemented yet, but the idea is clear and should not be very hard to finish. However, I prefer using many limited features than waiting for the Final Perfect Solution. You can get it from the CVS. Bert |
From: Bertalan F. <fo...@fr...> - 2004-10-18 21:11:09
|
Hello, I started a new policy on bundled macros & templates. Now they can be run from the LilyPond toolbar. In the future they should be available as actions as well. See the macromenu.xml file for configuration. And see the new templates/macros for ideas. (Insert tempo marking and Insert repeat are examples of using a simple gui for template, Rename and Goto declaration are examples of using jEdit's SearchAndReplace feature for some common tasks.) The templates needs sorting, now they are generally assorted. I don't know yet in what categories should they be put in. See the CVS for the new feature. Greetings, Bert |
From: Johannes S. <Joh...@gm...> - 2004-10-14 16:44:26
|
Hi, it works now! Ciao, Dscho |
From: Johannes S. <Joh...@gm...> - 2004-10-14 11:53:20
|
Hi, I saw you added a font manager... Cool! Sorry, I did not have time to add this feature. One thing, though: If I delete all .pk's, and then open the DVI viewer, the fonts are generated, but not displayed! If I close the viewer and open it again, the fonts are displayed correctly. (Tested on Linux). Ciao, Dscho |
From: Bertalan F. <fo...@fr...> - 2004-08-06 22:08:15
|
Hello, I've posted good news to our project page: I've released lily4jedit 0.2.3 for jEdit Plugin Central. So from jEdit 4.2final users can install LilyTool using the jEdit Plugin Manager. Bert |
From: Bertalan F. <fo...@fr...> - 2004-08-04 09:55:54
|
>Do you have an idea whom to bother it with? > > I think the cygwin list is appropriate. Bert |
From: Johannes S. <Joh...@gm...> - 2004-08-03 15:48:21
|
Hi Bert, sorry I have been busy lately. I hope this will be over at the end of the year. Anyway, I finally tracked the problem down to python bonking on the attached minimal example. Do you have an idea whom to bother it with? Ciao, Dscho |
From: Johannes S. <Joh...@gm...> - 2004-07-14 17:09:14
|
Hi, sorry I couldn't help. But you are correct, the font path does not get updated. I am not sure if I want to work around this problem other than you did. Ciao, Dscho |
From: Bertalan F. <fo...@fr...> - 2004-07-14 14:06:26
|
I made a solution for myself, but I'm not sure this is the optimal. I refresh the dvi-font-path property (kpswhich etc) when I make sure fonts exist. The problem is (as I can see it yet) that there is no way to refresh the dvi-font-path property if there are new font directories added. Bert |
From: Bertalan F. <fo...@fr...> - 2004-07-14 13:08:36
|
I see the error messages are quite misleading. I think all the font lookup should be cleaned up a bit. The interesting is that a fresh download of lily4jedit-0.2 works well, I hope this is true for the other users as well. Well, I would like to have a working version this evening, so my question is whether you are looking into the problem before this evening. If you don't, I will. Greetings, Bert |
From: Bertalan F. <fo...@fr...> - 2004-07-14 12:52:51
|
But it still can't find text fonts: [notice] AWT-EventQueue-0: Inform: Font 19:cmb10.674pk not found. [notice] AWT-EventQueue-0: Inform: Loaded font 17:feta20.600pk [notice] AWT-EventQueue-0: Inform: Font 16:cmbx12.1038pk not found. [notice] AWT-EventQueue-0: Inform: Font 15:cmbx10.601pk not found. [notice] AWT-EventQueue-0: Inform: Font 7:cmr10.601pk not found. It looks for 601 dpi. I don't know why. Bert |
From: Johannes S. <Joh...@gm...> - 2004-07-14 10:50:46
|
Hi, On Tue, 13 Jul 2004, Bertalan Fodor wrote: > could you check out why fonts are not found in 4.2 version? I just > deleted all fonts and rebuilt them with dvips, but jDvi still can't find > them. I had that problem after you ran checkstyle and the other programs. One exception you caught must not be caught there. I fixed that in CVS. Did you update jdvi/font/Font.java? Ciao, Dscho |
From: Bertalan F. <fo...@fr...> - 2004-07-13 20:06:00
|
Dscho, could you check out why fonts are not found in 4.2 version? I just deleted all fonts and rebuilt them with dvips, but jDvi still can't find them. Thanks, Bert |
From: Bertalan F. <fo...@fr...> - 2004-07-12 17:40:27
|
Hello, I struggled a lot with the new API of jEdit 4.2, but now we have a 4.2-compatible release, with almost completely rewritten code assist, so it will be more easy to extend. New feature is the tooltips on properties (not only in completion list). I put it under the new lily4jedit-devel package. Bert |
From: Bertalan F. <fo...@fr...> - 2004-06-30 19:09:46
|
We should implement this feature in LilyTool as well. > This addition would > simply indicate on the modeline just what beat the cursor is on...or > rather how many beats lie between the cursor and the previous | or {. > Hence 'C-c b' displays the current beat in the minibuffer; displayed as a ratio. i.e. if it shows 3/8, it means there are the equivalent of 3 eighth notes between the point and the last measure indicator (|). Bert |
From: Bertalan F. <fo...@fr...> - 2004-06-30 17:35:59
|
Hello, I've started to write the documentation in DocBook format. I've set up the build.xml for this, but there are several serious problems with the default <style> task, so xsltproc should be used instead. But it is slow and wants to build the doc all the time, so I made another target, called distlight, which doesn't build the doc. Feel free to extend the doc :-) and/or provide a nicer style sheet. I use 'http://www.xmlmind.com/xmleditor/stdedition.html' for writing the doc. If you have a better tool, let me know :-) Bert |
From: Bertalan F. <fo...@fr...> - 2004-06-30 09:26:21
|
> BTW: why remove PDF viewer? The other possibility is to activate it :-) But now it is (was) only an inactive menu item. Bert |
From: Bertalan F. <fo...@fr...> - 2004-06-29 09:53:54
|
Hello, I played a bit with jEdit 4.2 pre14. I find it faster than 4.1 - it starts up faster and scrolling is faster. Our edit mode will be included in 4.2 pre15. I think that 4.2 stable will come out shortly. So what if we made a lily4jedit version 0.2 stable as the last version for jEdit 4.1 and start upgrading our plugin for jEdit 4.2 And this version should be included in jEdit plugin's repository, so we will have a fully integrated plugin in jEdit. I think that the current CVS version of the plugin will work as the new stable version. There are only some smaller changes that should be made: remove PDF viewer option, add do-lyrics a better name, and have PS viewer remember its dimensions. So if you agree I'll upload 0.2 with these changes soon and go on upgrading to 4.2 I think we don't have to support 4.1 any more if the new version of the plugin will be included in 4.2 Bert |
From: Johannes S. <Joh...@gm...> - 2004-06-25 13:20:02
|
Hi Berti, I just saw that you checked in Piano.java. My first look: Great! But img/keyboard.jpg is missing, I guess that's a jpg with the keyboard layout... Very useful! Ciao, Dscho |
From: Johannes S. <Joh...@gm...> - 2004-06-23 16:10:34
|
Hi Bertalan, this is the problem: [message] Velocity: JarResourceLoader : trying to load: jar:file://mnt/hda4/jedit41/jars/LilyPondTool.jar There is one "/" too much. In LilyToolPlugin.java:116, there is a "jar:file:/". When I change it to "jar:file:", it works! Could you please check if that works for you, too? Very impressive! This is really a very useful feature. I will show it to a friend of mine soon, who complained that it is too difficult to write LilyPond files... Ciao, Dscho |