lily4jedit-user Mailing List for LilyPondTool for JEdit (Page 6)
Brought to you by:
fodber
You can subscribe to this list here.
2005 |
Jan
(1) |
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
(6) |
Jul
(11) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(2) |
Nov
|
Dec
(2) |
2007 |
Jan
(11) |
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(7) |
Aug
(6) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
2008 |
Jan
(3) |
Feb
(6) |
Mar
|
Apr
(4) |
May
|
Jun
(14) |
Jul
(5) |
Aug
(7) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
(2) |
Oct
|
Nov
(3) |
Dec
(8) |
2010 |
Jan
(3) |
Feb
(1) |
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
(3) |
Sep
(9) |
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(13) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2013 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Fairchild <fai...@kn...> - 2005-07-26 20:27:02
|
Note: the number of subscribers to this list has more than doubled during the last few weeks. Tell your colleagues. - Bruce |
From: Bertalan F. <fo...@fr...> - 2005-07-26 18:24:34
|
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: Tapio T. <ttu...@we...> - 2005-07-26 05:58:10
|
Hi! First I must say that like much the LilyPondTool, having used it for = =20 several months now. Thank you for developing it! Well then: yesterday I updated to lily4jedit-devel 0.2.8-4 and LilyJHelp = =20 2.6.0-1. I'm using jEdit 4.2final on SuSE 9.3. Now when trying to compile a .ly file I get a message saying: Error =20 running external command. Please ensure that the path to bash.exe is set = =20 up correctly in Plugins>Plugin Options>LilyTool Same happens if I try to convert-ly or if I type lilypond commands in the= =20 lilypond console. Think this is Cygwin-related, but I couldn't find a way= =20 to correct it, not in LilyTool user manual nor in the Plugin Options of =20 LilyPondTool. So I'd appreciate your help; the new version of the plugin = =20 seems promising! Thanks in advance, Tapio --=20 Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ |
From: Bertalan F. <fo...@fr...> - 2005-07-24 10:52:57
|
Thanks, this problems are known, but I still didn't find a way to solve it. So I suggest saving manually before compiling. Bert |
From: <rt...@fr...> - 2005-07-19 16:09:42
|
Hi, I have found two annoying behaviours (not really bugs) when saving files: 1 - Compiling a modified .ly file, the red disk in the upper left corner of window turns to grey losange as when the file has been saved, but the compilation is done on the old version of file. I could save then compile the file, but if I forgot, I must wait the end of loooong compilation (the stop button didn't always work with version 2.4, not tested on 2.6 native version of lilypond). 2 - Creating a new file, adding Lilypond code to it and compiling, a dialog box appears. I name and save the file, but compilation is done on Untitled-x, which is not found: the %buffer variable seems to be updated later. Thanks for the great tools, even if I am using only a little part of them (configuration problems are work in progress) Roland Touchain |
From: Bertalan F. <fo...@fr...> - 2005-07-19 08:32:57
|
I remember that I saw this error once, but somehow it disappeared, and hyphenation got working. Now I can't reproduce it. However, I'll look into it. Bert |
From: Basil C. <Bas...@br...> - 2005-07-18 14:50:26
|
I'm using jEdit 4.3pre2 with LilyPondTool 0.2.8-4. It seems to work well, can compile LilyPond files fine, view them with an external reader, interact with the score, etc, but I cannot get hyphenation to work. I made a folder "C:\Hyphenation" and downloaded the two files ("hyph_en_US.dic" and "README_hyph_en_US.txt") into it. I pointed LilyPondTool to the folder, but whenever I select text to hyphenate I get: java.lang.ExceptionInInitializerError at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at lilytool.lyrics.HyphenUtils.class$(HyphenUtils.java:34) at lilytool.lyrics.HyphenUtils.<clinit>(HyphenUtils.java:34) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at bsh.Reflect.invokeOnMethod(Reflect.java:149) at bsh.Reflect.invokeStaticMethod(Reflect.java:100) at bsh.Name.invokeMethod(Name.java:872) at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:72) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:102) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:47) at bsh.BSHAssignment.eval(BSHAssignment.java:77) at bsh.Interpreter.eval(Interpreter.java:641) at org.gjt.sp.jedit.BeanShell._runScript(BeanShell.java:339) at org.gjt.sp.jedit.BeanShell._runScript(BeanShell.java:284) at org.gjt.sp.jedit.BeanShell.runScript(BeanShell.java:210) at lilytool.LilyToolPlugin.runMacro(LilyToolPlugin.java:562) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at bsh.Reflect.invokeOnMethod(Reflect.java:149) at bsh.Reflect.invokeStaticMethod(Reflect.java:100) at bsh.Name.invokeMethod(Name.java:872) at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:72) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:102) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:47) at bsh.BSHBlock.evalBlock(BSHBlock.java:130) at bsh.BSHBlock.eval(BSHBlock.java:80) at bsh.BshMethod.invokeImpl(BshMethod.java:349) at bsh.BshMethod.invoke(BshMethod.java:246) at bsh.BshMethod.invoke(BshMethod.java:171) at org.gjt.sp.jedit.BeanShell.runCachedBlock(BeanShell.java:507) at org.gjt.sp.jedit.BeanShellAction.invoke(BeanShellAction.java:76) at org.gjt.sp.jedit.gui.InputHandler.invokeAction(InputHandler.java:229) at org.gjt.sp.jedit.jEdit$3.invokeAction(jEdit.java:2898) at org.gjt.sp.jedit.EditAction$Wrapper.actionPerformed(EditAction.java:216) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.AbstractButton.doClick(Unknown Source) at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source) at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source) at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Caused by: java.lang.NullPointerException at lilytool.lyrics.Hyphenator.registerDictionaries(Hyphenator.java:100) at lilytool.lyrics.Hyphenator.registerDictionaries(Hyphenator.java:117) at lilytool.lyrics.Hyphenator.registerDictionaries(Hyphenator.java:131) at lilytool.lyrics.Hyphenator.<clinit>(Hyphenator.java:155) ... 67 more --Basil |
From: Bertalan F. <fo...@fr...> - 2005-06-30 20:39:44
|
Thank you for your kind words. > I'm defining templates for repetitive code chunks. > If you think you have some templates that are useful for others, please send them to me, and I'll include them in lily4jedit. I strongly encourage all users of jEdit and LilyPondTool to send your ideas, macros, templates, problems, bug reports to the lil...@li... list or on the project page's trackers at http://sourceforge.net/projects/lily4jedit Thank you, Bert |
From: Fairchild <fai...@kn...> - 2005-06-30 19:28:48
|
Nearly two years ago I discovered LilyPond 1.6 and have been wading and swimming happily, productively and continuously ever since, migrating through 2.0.1 and 2.4.3 to 2.4.6. I've used Windows XP and Cygwin, with Microsoft Word as an editor. That combo works well. About a month ago I discovered jEdit and LilyPondTool -- another steep learning curve ensued. Now reverting to Word seems quaint. With = jEdit's folding feature, moving through a large ly file is far more convenient. Colors have been customized to my liking. Keyboard shortcuts invoke = often used features. I'm defining templates for repetitive code chunks. = Every file save parses for obvious errors. Cygwin is transparent. Try it. = You will find many more likeable conveniences. The LilyPond tool user's guide http://lily4jedit.sourceforge.net/users-guide.html, especially Chapter = 2: Installation, will tell you how. Then go to http://lists.sourceforge.net/lists/listinfo/lily4jedit-user and = subscribe to Lil...@li.... Though both jEdit and LilyPondTool are quite functional, like LilyPond, = they are in development. You can help guide them to maturity. - Bruce |
From: Bertalan F. <fo...@fr...> - 2005-06-30 18:15:27
|
>I could post a testimonial to lilypond-user? Where else? > > Yes. That would be enough. Feel free to advertise the list :-) Bert |
From: Fairchild <fai...@kn...> - 2005-06-30 18:02:23
|
Bert - How to induce more LilyTool users and subscribers to this list? Right now I believe it's you, me and A.N. Other (who?). I could post a testimonial to lilypond-user? Where else? - Bruce -----Original Message----- From: Bertalan Fodor [mailto:fo...@fr...] Sent: Thursday, June 30, 2005 12:25 PM To: Fairchild Cc: Lil...@li... Subject: Re: [lily4jedit-user] BeanShell Error > Can either of you other two subscribers to this list help? > Sure. The inner PDF viewer will work after: - jEdit has accepted my patch - the new version of the multivalent has been released I don't know when this will happen. Bert |
From: Bertalan F. <fo...@fr...> - 2005-06-30 17:25:14
|
> Can either of you other two subscribers to this list help? > Sure. The inner PDF viewer will work after: - jEdit has accepted my patch - the new version of the multivalent has been released I don't know when this will happen. Bert |
From: Fairchild <fai...@kn...> - 2005-06-30 17:05:54
|
jEdit 4.2 with LilyTool 0.2.8 is purring right nicely with cygwin and Windows XP. Haven't found the clue for View output (PDF). (The pdf file is just = fine with external viewer.) A BeanShell Error window pops up with the list appended below. Can either of you other two subscribers to this list = help? - Bruce =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D java.lang.NoClassDefFoundError: multivalent/Browser at lilytool.LilyToolPlugin.viewPDF(LilyToolPlugin.java:387) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at bsh.Reflect.invokeOnMethod(Reflect.java:149) at bsh.Reflect.invokeStaticMethod(Reflect.java:100) at bsh.Name.invokeMethod(Name.java:872) at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:72) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:102) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:47) at bsh.BSHBlock.evalBlock(BSHBlock.java:130) at bsh.BSHBlock.eval(BSHBlock.java:80) at bsh.BshMethod.invokeImpl(BshMethod.java:349) at bsh.BshMethod.invoke(BshMethod.java:246) at bsh.BshMethod.invoke(BshMethod.java:171) at org.gjt.sp.jedit.BeanShell.runCachedBlock(BeanShell.java:523) at org.gjt.sp.jedit.BeanShellAction.invoke(BeanShellAction.java:76) at org.gjt.sp.jedit.gui.InputHandler.invokeAction(InputHandler.java:229) at org.gjt.sp.jedit.gui.InputHandler.invokeAction(InputHandler.java:195) at org.gjt.sp.jedit.gui.DefaultInputHandler.handleKey(DefaultInputHandler.ja= va: 297) at org.gjt.sp.jedit.View.processKeyEvent(View.java:669) at org.gjt.sp.jedit.textarea.JEditTextArea.processKeyEvent(JEditTextArea.jav= a:4 957) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source) at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source) at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source) at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source) at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D |
From: Bertalan F. <fo...@fr...> - 2005-02-22 21:33:06
|
>Or would users prefer a option field for each command, >eg. lilypond: lilypond-snapshot. convert-ly: convert-ly-snapshot? > > I would. lilypond command: lilypond convert-ly command: convert-ly gs command: gs etc. Bert |
From: Joshua K. <jos...@gm...> - 2005-02-22 19:32:37
|
Hi, Finally got eclipse running on my debian! 1st few changes to get lilytool working with the system is adding a suffix to the lilytool option. Running lilypond and convert now works by adding -snapshot in the suffix option. I'm not sure how usefully this feature is or how many others will use it. I thought that lilypond1.2 so such commands will be support with this feature. Or would users prefer a option field for each command, eg. lilypond: lilypond-snapshot. convert-ly: convert-ly-snapshot? Joshua Btw, anyone wants gmail accounts? I have plenty of invites. |
From: Bertalan F. <fo...@fr...> - 2005-02-17 22:02:32
|
Yeah, we could ressurrect the setting default lilypond command, that was available in ancient times :-) Or define a macro: Console.run("lilypond-snapshot %buffer", "LilyPond") or something similar. >btw, interesting that devel has 7 subscribers, but user has approx. 1 only? > > > Well, both of them are open to users: they do what they want. It costs us nothing :-) Bert |
From: Joshua K. <jos...@gm...> - 2005-02-17 19:09:29
|
Hi I have installed lilypond using apt on debian. The "default" lilypond is 2.2.6 here, but i would like to run 2.4.2 which is "unstable". What else can be done so the command lilypond-snapshot can be run from Lilytool instead of hitting lilypond-snapshot %buffer always? btw, interesting that devel has 7 subscribers, but user has approx. 1 only? Joshua |
From: Bertalan F. <fo...@fr...> - 2005-01-21 07:22:41
|
Hello, because of the growing number LilyTool, I've created a new list. Now all feedback is welcome on it as well as on the project trackers. The new list is lil...@li... Greetings, Bert |