lily4jedit-user Mailing List for LilyPondTool for JEdit (Page 2)
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: Seth W. <haz...@gm...> - 2010-08-18 18:34:08
|
This will sound like a dumb question, but when I click the "LilyPond" icon in Jedit and choose run LilyPond, I get an error that says "Cannot run program "/Applications/LilyPond.app/Contents/Resources/bin/lilypond (in directory "/Applications"): error=2 No such file or directory" I upgraded to LilyPond 2.app. But I can't seem to figure out how to tell Jedit and LilyPond tool where to look for the program. Can somebody help me? Seth Williamson |
From: B2 <b_...@ie...> - 2010-05-13 15:21:25
|
Bad syntax - that was it. I realized that was the case, but didn't know enough about the syntax to verify - it compiled and displayed even with the bad syntax (missing the c' after relative) I suspect your regex pattern matching is a bit overly sensitive. >From the Activity log: - 8:48:50 AM [AWT-EventQueue-0] [error] AWT-EventQueue-0: Exception in thread "AWT-EventQueue-0" - 8:48:50 AM [AWT-EventQueue-0] [error] AWT-EventQueue-0: java.lang.IllegalStateException: No match found - 8:48:50 AM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.util.regex.Matcher.group(Matcher.java:468) - 8:48:50 AM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at lilytool.piano.Piano.createNoteText(Piano.java:403) - 8:48:50 AM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at lilytool.piano.Piano.createPianoText(Piano.java:304) - 8:48:50 AM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at lilytool.piano.Piano.writeMusicElements(Piano.java:260) - 8:48:50 AM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at lilytool.piano.midi.ChordProcessor$1.run(ChordProcessor.java:46) - 8:48:50 AM [AWT-EventQueue-0] [error] AWT-EventQueue-0: at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) Separately this: - 8:48:34 AM [AWT-EventQueue-0] [error] JEditTextArea: java.lang.ClassCastException: lilytool.pdf.dockable.DockablePdfViewer cannot be cast to lilytool.pdf.dockable.DockablePdfViewer - 8:48:34 AM [AWT-EventQueue-0] [error] JEditTextArea: at lilytool.LilyToolPlugin.getPdfViewer(LilyToolPlugin.java:537) - 8:48:34 AM [AWT-EventQueue-0] [error] JEditTextArea: at lilytool.LilyToolPlugin$4.caretUpdate(LilyToolPlugin.java:806) - 8:48:34 AM [AWT-EventQueue-0] [error] JEditTextArea: at org.gjt.sp.jedit.textarea.TextArea.fireCaretEvent(TextArea.java:5200) - 8:48:34 AM [AWT-EventQueue-0] [error] JEditTextArea: at org.gjt.sp.jedit.textarea.TextArea._finishCaretUpdate(TextArea.java:5006) - 8:48:34 AM [AWT-EventQueue-0] [error] JEditTextArea: at org.gjt.sp.jedit.textarea.TextArea.finishCaretUpdate(TextArea.java:5186) - 8:48:34 AM [AWT-EventQueue-0] [error] JEditTextArea: at org.gjt.sp.jedit.textarea.TextArea.moveCaretPosition(TextArea.java:2236) - 8:48:34 AM [AWT-EventQueue-0] [error] JEditTextArea: at org.gjt.sp.jedit.textarea.TextArea.moveCaretPosition(TextArea.java:2203) - 8:48:34 AM [AWT-EventQueue-0] [error] JEditTextArea: at org.gjt.sp.jedit.textarea.TextAreaMouseHandler.doSingleClick(TextAreaMouseHandler.java:208) - 8:48:34 AM [AWT-EventQueue-0] [error] JEditTextArea: at org.gjt.sp.jedit.textarea.MouseHandler.mousePressed(MouseHandler.java:121) the dockable pdf viewer does not update automatically after the piano is used. I run lilypond again and then redisplay the viewer. Very very fast of course for just a few notes. Thanks very much for this great tool! B2 On Thu, May 13, 2010 at 8:20 AM, Bertalan Fodor (LilyPondTool) < lil...@or...> wrote: > I hope someone with Snow Leopard can answer this. Look at > Utilities>Troubleshooting>Activity log. Can you see any exceptions? > > Notes are added only if the structure of file is correct, like: > > \relative c' { > <<YOUR CURSOR HERE WHEN OPENING THE VIRTUAL PIANO>> > } > > > B2 wrote: > > Latest Snow Leopard. I just installed Lilypond, jEdit, and the lilypond > plug-in. The Virtual piano displays, I can hear midi notes when I > mouse-click on a key, or when I type, but no notes are added to the text > file. The button panel does work to insert braces, rests and the like. > > Any ideas? I'm a Mac hacker, python/java guy, but a noob to all these new > tools. > > ------------------------------ > > ------------------------------------------------------------------------------ > > > > ------------------------------ > > _______________________________________________ > Lily4jedit-user mailing list > Lil...@li... > https://lists.sourceforge.net/lists/listinfo/lily4jedit-user > > > |
From: Bertalan F. (LilyPondTool) <lil...@or...> - 2010-05-13 14:21:09
|
I hope someone with Snow Leopard can answer this. Look at Utilities>Troubleshooting>Activity log. Can you see any exceptions? Notes are added only if the structure of file is correct, like: \relative c' { <<YOUR CURSOR HERE WHEN OPENING THE VIRTUAL PIANO>> } B2 wrote: > Latest Snow Leopard. I just installed Lilypond, jEdit, and the > lilypond plug-in. The Virtual piano displays, I can hear midi notes > when I mouse-click on a key, or when I type, but no notes are added to > the text file. The button panel does work to insert braces, rests and > the like. > > Any ideas? I'm a Mac hacker, python/java guy, but a noob to all these > new tools. > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > > > ------------------------------------------------------------------------ > > _______________________________________________ > Lily4jedit-user mailing list > Lil...@li... > https://lists.sourceforge.net/lists/listinfo/lily4jedit-user > |
From: B2 <b_...@ie...> - 2010-05-13 05:12:34
|
Latest Snow Leopard. I just installed Lilypond, jEdit, and the lilypond plug-in. The Virtual piano displays, I can hear midi notes when I mouse-click on a key, or when I type, but no notes are added to the text file. The button panel does work to insert braces, rests and the like. Any ideas? I'm a Mac hacker, python/java guy, but a noob to all these new tools. |
From: Bertalan F. (LilyPondTool) <lil...@or...> - 2010-02-19 16:54:23
|
I committed a fix for this. Current limitation is you can't set python path differently if you really need to run .py scripts and it assumes that if a script ends with .py then it must be run using python. John Mandereau wrote: > Le dimanche 27 décembre 2009 à 23:06 +0100, Bertalan Fodor > (LilyPondTool) a écrit : > >> I agree, though unfortunately I very rarely run linux, so usually I >> have no idea about these bugs. >> Historically convert-ly had to be run using python, and it must be run >> like that on windows. >> > > I thought that PATH and PATHEXT tuning, plus the association of .py > files with the Python interpreter shipped with Lilyond, were done by > LilyPond installer on Windows, which would be enough to make lilypond > and convert-ly executables like on a Unix OS. Anyway, current LPT > behavior is certainly more robust, as those three settings can be easily > altered in a way that breaks at least the Python scripts. > > I hope my error reports are precise enough to make it possible to solve > this issue by just looking at Java/JEdit reference manuals. If nobody > else is going to fix this, I might have a look in several months after > having learnt a bit of Java (I'm not a frequent LPT user, I was asking > this from a question on Lily French-speaking list). > > Best, > John > |
From: Bertalan F. (LilyPondTool) <lil...@or...> - 2010-01-13 10:00:32
|
Hi, just a heads up: the latest (bug fix) version of LilyPondTool has been released to the jEdit plugin central, so you might want to upgrade. Bert |
From: Gilles T. <gil...@fr...> - 2010-01-06 17:02:03
|
> > I released new Release Candidate version of LilyPondTool (for jEdit). > Please test it. It is mainly a bug fix release, with many bugs fixed, > most notably > - the PDF preview problems > - the French localization problems > - document wizard localizations > - MIDI input problems (dupicate notes) > For the "french localizations", all characters are perfectly displayed now (in the lilypond messages AND in the LilypondTools messages (consoles, menus etc ...)). Congratulations and thanks. Gilles |
From: Bertalan F. (LilyPondTool) <lil...@or...> - 2010-01-05 22:04:25
|
Hi all, I released new Release Candidate version of LilyPondTool (for jEdit). Please test it. It is mainly a bug fix release, with many bugs fixed, most notably - the PDF preview problems - the French localization problems - document wizard localizations - MIDI input problems (dupicate notes) Please get it from http://lilypondtool.organum.hu/fileadmin/lilypondtool/lily4jedit-2.12.892.zip and unzip it to your jEdit settings directory, that is $HOME/.jedit, or ~/.jedit or c:\documents and settings\YOU\.jedit depending on your OS. Please report me any problems you find. I ask my kind localizers, to check the messages properties files for changes, and send me the new files or changed keys. Thank you, Bert |
From: John M. <joh...@gm...> - 2009-12-28 02:02:31
|
Le dimanche 27 décembre 2009 à 23:06 +0100, Bertalan Fodor (LilyPondTool) a écrit : > I agree, though unfortunately I very rarely run linux, so usually I > have no idea about these bugs. > Historically convert-ly had to be run using python, and it must be run > like that on windows. I thought that PATH and PATHEXT tuning, plus the association of .py files with the Python interpreter shipped with Lilyond, were done by LilyPond installer on Windows, which would be enough to make lilypond and convert-ly executables like on a Unix OS. Anyway, current LPT behavior is certainly more robust, as those three settings can be easily altered in a way that breaks at least the Python scripts. I hope my error reports are precise enough to make it possible to solve this issue by just looking at Java/JEdit reference manuals. If nobody else is going to fix this, I might have a look in several months after having learnt a bit of Java (I'm not a frequent LPT user, I was asking this from a question on Lily French-speaking list). Best, John |
From: Bertalan F. (LilyPondTool) <lil...@or...> - 2009-12-27 22:06:34
|
I agree, though unfortunately I very rarely run linux, so usually I have no idea about these bugs. Historically convert-ly had to be run using python, and it must be run like that on windows. Bert John Mandereau wrote: > Hello, > > I would like to make LilyPondTool find all LilyPond binaries only by > relying on the PATH, so as long as I don't excessively play with PATH I > run the same LilyPond version whether I call lilypond or convert-ly from > JEdit or from a terminal. For this purpose, I set as empty the field > "Path to LilyPond binary" in LPT settings. > > However, it seems impossible to make this work, as I get error messages > that say "Cannot run program "/lilypond"", or when I try to run > convert-ly from the toolbar button "Cannot run program "/python"". > > Even worse, if I set the correct path to my LilyPond installation in LPT > settings, that is "usr/local/bin", I get an error "Cannot run program > "/usr/local/bin/python"" when trying to run convert-ly from the toolbar. > > By the way, I don't understand why LilyPondTool forces using Python to > call convert-ly, which is not the good way to go if LilyPond was > installed from a package on lilypond.org, because in this case > convert-ly is a wrapper written in shell on GNU/Linux. > > Note that I don't want to mess with making symlinks; I think that LPT > should work almost out-of-the-box (i.e. works immediately after having > configured LPT settings), and for this purpose honouring the PATH and > shebangs of different wrapper scripts (which differ depending on whether > LilyPond has been installed by local compilation, the distro package > manager or lilypond.org package) is the good way to go. > > Best, > John > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > ------------------------------------------------------------------------ > > _______________________________________________ > Lily4jedit-user mailing list > Lil...@li... > https://lists.sourceforge.net/lists/listinfo/lily4jedit-user > |
From: John M. <joh...@gm...> - 2009-12-26 18:45:48
|
Le samedi 26 décembre 2009 à 19:37 +0100, Valentin Villenave a écrit : > Another way that I always wanted to investigate would be to have a > post-install script that would automatically setup LilyPondTool > correctly (and possibly even some custom jEdit options such as > perspective settings). Bertalan once suggested that it could be made > optional (such as a "auto-configure" menu item). Very good idea; however, this might orthogonal to allowing make LPT rely on the PATH to run LilyPond binaries. Best, John |
From: Valentin V. <v.v...@gm...> - 2009-12-26 18:38:12
|
2009/12/26 John Mandereau <joh...@gm...>: > I would like to make LilyPondTool find all LilyPond binaries only by > relying on the PATH, so as long as I don't excessively play with PATH I > run the same LilyPond version whether I call lilypond or convert-ly from > JEdit or from a terminal. For this purpose, I set as empty the field > "Path to LilyPond binary" in LPT settings. Another way that I always wanted to investigate would be to have a post-install script that would automatically setup LilyPondTool correctly (and possibly even some custom jEdit options such as perspective settings). Bertalan once suggested that it could be made optional (such as a "auto-configure" menu item). Cheers (and Merry Xmas), Valentin |
From: John M. <joh...@gm...> - 2009-12-26 15:41:49
|
Hello, I would like to make LilyPondTool find all LilyPond binaries only by relying on the PATH, so as long as I don't excessively play with PATH I run the same LilyPond version whether I call lilypond or convert-ly from JEdit or from a terminal. For this purpose, I set as empty the field "Path to LilyPond binary" in LPT settings. However, it seems impossible to make this work, as I get error messages that say "Cannot run program "/lilypond"", or when I try to run convert-ly from the toolbar button "Cannot run program "/python"". Even worse, if I set the correct path to my LilyPond installation in LPT settings, that is "usr/local/bin", I get an error "Cannot run program "/usr/local/bin/python"" when trying to run convert-ly from the toolbar. By the way, I don't understand why LilyPondTool forces using Python to call convert-ly, which is not the good way to go if LilyPond was installed from a package on lilypond.org, because in this case convert-ly is a wrapper written in shell on GNU/Linux. Note that I don't want to mess with making symlinks; I think that LPT should work almost out-of-the-box (i.e. works immediately after having configured LPT settings), and for this purpose honouring the PATH and shebangs of different wrapper scripts (which differ depending on whether LilyPond has been installed by local compilation, the distro package manager or lilypond.org package) is the good way to go. Best, John |
From: Joshua K. <jos...@gm...> - 2009-12-10 14:59:59
|
Hi Bert! Nice hearing from you! Quick reply: 1. I thought I was sending this email to the lilypond user group, but guess it was nice ending in this mailing list too :) 2. Would be nice to know how I can work with you on that, a lilypond webservice would be much needed :P 3. Yes, size can be configured - need to change the scaling, canvas sizes. 4. If you are targeting modern browsers, may suggest you to look at Mozilla Thunderhead for the editor (based on cavas). That is their UI framework behind the very interesting Mozilla Bespin https://bespin.mozilla.com/ (code in the cloud, collaborative programming) Cheers, Joshua On Thu, Dec 10, 2009 at 5:59 PM, Bertalan Fodor (LilyPondTool) < lil...@or...> wrote: > Hi Joshua, > > Definitely a good idea for a lilypond web service, which I'm actually > currently working on. > It should be combined with something like > http://valentin.villenave.info/lilypond/ > (Unfortunately the CodePress syntax highlighting doesn't work in Chrome, > the Editarea doesn't handle multiline comments correctly) > > But the score is definitely too large, please make it half as large as it > is now (or add an option to change). > > Bert > > Joshua Koo wrote: > > Hi all, > > I was playing around with canvas (html 5- most modern browsers are > compatible except IE) when I thought of quickly creating a frontend to make > note inputs for lilypond easier (in the style of a music notation software, > but not quite really). > > Here's the link: http://jabtunes.com/notation/ > > Right now this is pretty much basic, but shows you a blank staff, click > some notes in it and it generates relative lilypond code. With some keyboard > shortcuts like numbers for durations, + - for accidentals, one might find it > useful to easier to create a score, with the help of an editor(eg. copy and > pasting notes into lilypondtool). There are some other experimental > features, like saving the score on your browser, dynamics, chords (press > c)... > > Side notes: these notes(excuse the pun) are rendered with javascript > using Lilypond vector fonts at runtime. This also kind of works on my > android phone, anyone with an iPhone could try it too. I imagine it would be > cool if it can be hooked up to Lilypondy or google wave one day. > > Feel free to play with it, hack it, modify it or drop me any comments. > > Cheers, > Joshua Koo > > > > ------------------------------ > > ------------------------------------------------------------------------------ > Return on Information: > Google Enterprise Search pays you back > Get the facts.http://p.sf.net/sfu/google-dev2dev > > ------------------------------ > > _______________________________________________ > Lily4jedit-user mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/lily4jedit-user > > > |
From: Bertalan F. (LilyPondTool) <lil...@or...> - 2009-12-10 10:00:36
|
Hi Joshua, Definitely a good idea for a lilypond web service, which I'm actually currently working on. It should be combined with something like http://valentin.villenave.info/lilypond/ (Unfortunately the CodePress syntax highlighting doesn't work in Chrome, the Editarea doesn't handle multiline comments correctly) But the score is definitely too large, please make it half as large as it is now (or add an option to change). Bert Joshua Koo wrote: > Hi all, > > I was playing around with canvas (html 5- most modern browsers are > compatible except IE) when I thought of quickly creating a frontend to > make note inputs for lilypond easier (in the style of a music notation > software, but not quite really). > > Here's the link: http://jabtunes.com/notation/ > > Right now this is pretty much basic, but shows you a blank staff, > click some notes in it and it generates relative lilypond code. With > some keyboard shortcuts like numbers for durations, + - for > accidentals, one might find it useful to easier to create a score, > with the help of an editor(eg. copy and pasting notes > into lilypondtool). There are some other experimental features, like > saving the score on your browser, dynamics, chords (press c)... > > Side notes: these notes(excuse the pun) are rendered with javascript > using Lilypond vector fonts at runtime. This also kind of works on my > android phone, anyone with an iPhone could try it too. I imagine it > would be cool if it can be hooked up to Lilypondy or google wave one day. > > Feel free to play with it, hack it, modify it or drop me any comments. > > Cheers, > Joshua Koo > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Return on Information: > Google Enterprise Search pays you back > Get the facts. > http://p.sf.net/sfu/google-dev2dev > > ------------------------------------------------------------------------ > > _______________________________________________ > Lily4jedit-user mailing list > Lil...@li... > https://lists.sourceforge.net/lists/listinfo/lily4jedit-user > |
From: Joshua K. <zz...@us...> - 2009-12-10 00:55:58
|
Hi all, I was playing around with canvas (html 5- most modern browsers are compatible except IE) when I thought of quickly creating a frontend to make note inputs for lilypond easier (in the style of a music notation software, but not quite really). Here's the link: http://jabtunes.com/notation/ Right now this is pretty much basic, but shows you a blank staff, click some notes in it and it generates relative lilypond code. With some keyboard shortcuts like numbers for durations, + - for accidentals, one might find it useful to easier to create a score, with the help of an editor(eg. copy and pasting notes into lilypondtool). There are some other experimental features, like saving the score on your browser, dynamics, chords (press c)... Side notes: these notes(excuse the pun) are rendered with javascript using Lilypond vector fonts at runtime. This also kind of works on my android phone, anyone with an iPhone could try it too. I imagine it would be cool if it can be hooked up to Lilypondy or google wave one day. Feel free to play with it, hack it, modify it or drop me any comments. Cheers, Joshua Koo |
From: Valentin V. <v.v...@gm...> - 2009-11-10 08:55:28
|
On Tue, Nov 10, 2009 at 3:22 AM, chip <ch...@wi...> wrote: > I just upgraded my lilypond/jedit/lilytool and find I can only preview > pdf files now, while in the older version I was able to print those pdf > files. Now I cannot print them anymore, I have to open them in yet > another app to view/print the file? what sense does this make? Please > bring back the print option in the pdf viewer. The new PDF preview makes perfect sense to me. The integrated preview allows to quickly see what your music looks like, while its rendering engine is not really convenient for quality-printing anyway. If you configure an external PDF viewer (e.g. Adobe Reader, Foxit or Sumatra) in the LilyPondTool options panel, you can even use a keyboard shortcut to open it. Anyway, I've added that to the tracker as: https://sourceforge.net/tracker/?func=detail&aid=2895078&group_id=91119&atid=596027 Cheers, Valentin |
From: Bertalan F. (LilyPondTool) <lil...@or...> - 2009-11-10 08:54:27
|
Because the pdf viewer we used couldn't be docked, and had several annoying bugs, we sort of rewrote that functionality. That's why we removed the print functionality. Also, the JPedal viewer sometimes renders the pdf incorrectly, so it is more safe to use Adobe Reader to print. Though I will look into putting printing back to jPedal, but perhaps that will not be easy. Bert chip wrote: > I just upgraded my lilypond/jedit/lilytool and find I can only preview > pdf files now, while in the older version I was able to print those pdf > files. Now I cannot print them anymore, I have to open them in yet > another app to view/print the file? what sense does this make? Please > bring back the print option in the pdf viewer. > -- > Chip > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Lily4jedit-user mailing list > Lil...@li... > https://lists.sourceforge.net/lists/listinfo/lily4jedit-user > > |
From: chip <ch...@wi...> - 2009-11-10 02:49:31
|
I just upgraded my lilypond/jedit/lilytool and find I can only preview pdf files now, while in the older version I was able to print those pdf files. Now I cannot print them anymore, I have to open them in yet another app to view/print the file? what sense does this make? Please bring back the print option in the pdf viewer. -- Chip |
From: Bertalan F. (LilyPondTool) <lil...@or...> - 2009-09-30 07:55:49
|
Which OS are you using? > I am unable to use the PDF preview. What are you trying? What does Utilities>Troubleshooting>Activity log say? |
From: Kale G. <ka...@te...> - 2009-09-30 02:20:33
|
I'm having trouble getting the fundamental elements of LilypondTool to work. I am unable to use the PDF preview. Also, the external PDF viewer doesn't work. It seems to me to be a problem with my settings in options, but I've fooled around with them to no avail. The file path that terminal gives for my pdf viewer is correctly entered in the plug-in options window (the PDF viewer is called Skim). When attempting to use PDF preview, the screen is blank. When attempting to use an external pdf viewer, the counsel says this: "/Users/Kale/Documents/Lilypond/thewizardswitness.pdf" & /Applications> with this error message: java.lang.NullPointerException at console.StreamThread.flushLine(StreamThread.java:217) at console.StreamThread.run(StreamThread.java:130) I'm not incredibly computer savvy but can usually figure out basic things. This one has me stumped. Thanks, Kale Good |
From: Fabrice L. <lam...@li...> - 2009-07-10 21:17:52
|
Thank you, it work again now. I'm always shocked to discover that applications rarelly delete all files or directory they create when uninstalling. But that's another subject that have no place here. -------------------------------------------------- From: "Bertalan Fodor" <lil...@or...> Sent: Friday, July 10, 2009 7:01 AM To: "Fabrice Lambert" <lam...@li...> Subject: Re: [lily4jedit-user] Lilypond tools troubles > Yes, remove the properties file from your home directory/.jedit > > ---- Original message ---- > From: Fabrice Lambert <lam...@li...> > Sent: 9 Jul 2009 17:19 -07:00 > To: lily4jedit-user <lil...@li...> > Subject: [lily4jedit-user] Lilypond tools troubles > > Hello, > > I've been using lilypond tools for a couple of times now, but today, I > changed an option, don't ask me wich one, I don't remember (I wanted to > isable the automatic code completion feature) and it crashed. > After relaunching jedit, lilypond tools refuse to load. > > I tried uninstalling / reinstalling lilypond tools, unintsalling / > reinstalling jedit, uninstalling / reinstalling java, looked in windows > registry without luck. > My guess are the plugin setting are kept somewhere in an unknown place. > > Is there a way to reset lilypond tools to its default setting ? > > I'm using jedit 4.3 pre 16, and lilypond tools 2.12-r2, on Windows Vista. > > Thanks for your reply. > > |
From: Fabrice L. <lam...@li...> - 2009-07-10 00:35:44
|
Hello, I've been using lilypond tools for a couple of times now, but today, I changed an option, don't ask me wich one, I don't remember (I wanted to isable the automatic code completion feature) and it crashed. After relaunching jedit, lilypond tools refuse to load. I tried uninstalling / reinstalling lilypond tools, unintsalling / reinstalling jedit, uninstalling / reinstalling java, looked in windows registry without luck. My guess are the plugin setting are kept somewhere in an unknown place. Is there a way to reset lilypond tools to its default setting ? I'm using jedit 4.3 pre 16, and lilypond tools 2.12-r2, on Windows Vista. Thanks for your reply. |
From: Valentin V. <v.v...@gm...> - 2009-02-28 16:38:27
|
2009/2/28 MonAmiPierrot <pie...@ho...>: > > How can I tell LilypondTool to look for ".MID" files or, if I can't, how can > I tell Lilypond to write a ".MIDI" file? thanks Bonjour MonAmi, :) you have two solutions: add an argument to LilyPond invokation (I believe it's -dmidi-extension "midi") upgrade your LilyPondTool version, since I think this bug has been addressed. Regards, Valentin |
From: Valentin V. <v.v...@gm...> - 2008-09-19 00:49:12
|
Greetings everyone, hi Bert, open a blank lilypond file in jEdit and type r16 c c c c8 r r16 c c c | when you enter the pipe character, the barcheck popup appears and says "3/4". Now type instead r16 c! c c c!8 r r16 c! c c | this time the barcheck popup says "5/8" :-) Cheers, Valentin |