lily4jedit-devel Mailing List for LilyPondTool for JEdit (Page 4)
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. <jos...@gm...> - 2006-02-12 16:15:51
|
I see.. I ended up getting into linux and using dpkg-deb --extract lilypond-doc_2.6.3-10_all.deb extracthere/ ;) On 2/6/06, Bertalan Fodor <fo...@fr...> wrote: > Total commander + plugin > > Joshua Koo wrote: > > >I have download the file > >http://ftp.debian.org/debian/pool/main/l/lilypond/lilypond-doc_2.6.3-10_= all.deb > > > >How do you extract the file in windows? > > > >Joshua > > > > > > > >>to build you need > >>- a documentation distribution downloaded (a .deb file, for example), > >>and put the contents of its web-root into LilyPondTool/lilypond-docroot > >> > >> > > > > > >------------------------------------------------------- > >This SF.net email is sponsored by: Splunk Inc. Do you grep through log f= iles > >for problems? Stop! Download the new AJAX search engine that makes > >searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > >http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=103432&bid#0486&dat=121642 > >_______________________________________________ > >Lily4jedit-devel mailing list > >Lil...@li... > >https://lists.sourceforge.net/lists/listinfo/lily4jedit-devel > > > > > > > > > > > > > |
From: Bertalan F. <fo...@fr...> - 2006-02-06 13:08:30
|
Total commander + plugin Joshua Koo wrote: >I have download the file >http://ftp.debian.org/debian/pool/main/l/lilypond/lilypond-doc_2.6.3-10_all.deb > >How do you extract the file in windows? > >Joshua > > > >>to build you need >>- a documentation distribution downloaded (a .deb file, for example), >>and put the contents of its web-root into LilyPondTool/lilypond-docroot >> >> > > >------------------------------------------------------- >This SF.net email is sponsored by: Splunk Inc. Do you grep through log files >for problems? Stop! Download the new AJAX search engine that makes >searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >http://sel.as-us.falkag.net/sel?cmd=k&kid3432&bid#0486&dat1642 >_______________________________________________ >Lily4jedit-devel mailing list >Lil...@li... >https://lists.sourceforge.net/lists/listinfo/lily4jedit-devel > > > > > |
From: Joshua K. <jos...@gm...> - 2006-02-06 12:26:08
|
I have download the file http://ftp.debian.org/debian/pool/main/l/lilypond/lilypond-doc_2.6.3-10_all= .deb How do you extract the file in windows? Joshua > to build you need > - a documentation distribution downloaded (a .deb file, for example), > and put the contents of its web-root into LilyPondTool/lilypond-docroot |
From: Bertalan F. <fo...@fr...> - 2006-01-23 22:52:41
|
I commited a change: to build you need - a documentation distribution downloaded (a .deb file, for example), and put the contents of its web-root into LilyPondTool/lilypond-docroot - from the binary distribution, take the usr/share/lilypond/2.x.y directory (2.7.28), and put its content into LilyPondTool/lilypond-shareroot see build.properties as well The parser database will be built using those. Thanks, Bert |
From: Joshua K. <jos...@gm...> - 2006-01-14 17:46:45
|
During some of my idle time in camp, (and observing how the autosave works in gmail), I came up with little concepts regarding this theory (which pop back into my mind). 1) Efficient method Running the lilypond process requires CPU/memory/time resources. To keep running at the least i) Waits for a certain time when user stops typing. If user continues typing, background compiling does not start. ii) Lilypond runs automatically in back scenes. when user takes another pause, lilypond is detected in background and does not interfere or stops the process. 2) More accurate method Once pause is detected, all previous background work is stop and a new job is sent for lilypond. This could give a "live preview". 3)Compromised method In between method 1 and 2, the auto compiling determines if lilypond is running in background. If so a) waits alittle longer to see if process completes b) determine if should old job continue or be killed by duration of its run time. Implementation wise a) Timer runs in background b) If activated, lilypond runs on a copy of source (eg. score-copy.ly) c) Multivalent can be use to display the copy Joshua On 3/28/05, Bertalan Fodor <fo...@fr...> wrote: > I don't know what TEXShop does, but it would be a very good idea, to let > LilyPond work in the background, while I'm typing. However, this should > be only made completely separated from the regular processing, because > - most time while I'm typing I have a very inconsistent file > - the situation is better when I save, so if there are no obvious > failures, the background processing can start on a temporary file > - this temporary file might be viewed > > Bert > On 3/28/05, Joshua KooOOoOOo <zz...@us...> wrote: > Just curious to know what are the possible situations / side effects of this. > > Having a background thread maybe at a lower prioity compiling at lilypond file when it is saved, minus the error messages. So lilypond would already started before user actually click on the lilypond command. > > Is this what TEXShop does? > > Joshua > |
From: Bertalan F. <fo...@fr...> - 2006-01-12 16:30:46
|
Put antlr.jar into jEdit jar's and run ant distlight For multivalent: feel free to rewrite the dependency. Joshua Koo <jos...@gm...> =EDrta: > I have the antlr.jar.. just not so sure what to do with it yet.. btw for= =20 the > multivalent jar, i download the latest which is dated 2006, but during > runtime seems it wants 20051231 version. >=20 > Joshua >=20 > On 1/12/06, Bertalan Fodor <fo...@fr...> wrote: > > > > OK, the build.xml is complete now. Remember, you need antlr.jar > > > > Please fix the 3 build errors, if you get some spare time. > > > > Thanks, > > > > Bert > > > =0A=0A___________________________________________________________________= _____=0AHideg van. Licit=E1ljon otthonr=F3l! HunBook online k=F6nyv=E1rver= =E9s janu=E1r 20. 18:30.=0Awww.hunbook.hu=0A=0A |
From: Joshua K. <jos...@gm...> - 2006-01-12 15:32:13
|
I have the antlr.jar.. just not so sure what to do with it yet.. btw for th= e multivalent jar, i download the latest which is dated 2006, but during runtime seems it wants 20051231 version. Joshua On 1/12/06, Bertalan Fodor <fo...@fr...> wrote: > > OK, the build.xml is complete now. Remember, you need antlr.jar > > Please fix the 3 build errors, if you get some spare time. > > Thanks, > > Bert > |
From: Bertalan F. <fo...@fr...> - 2006-01-11 22:18:32
|
OK, the build.xml is complete now. Remember, you need antlr.jar Please fix the 3 build errors, if you get some spare time. Thanks, Bert |
From: Bertalan F. <fo...@fr...> - 2006-01-11 08:10:31
|
No, I have not. They are generated at build time. Actually, I've left the antlr target out= =20 from build.xml Bert > Hi bert, you might have left out these files in the cvs >=20 > lilytool.parser.antlr.LilyLexer; > lilytool.parser.antlr.LilyParser; > lilytool.parser.antlr.LilyScmLexer; =0A=0A_____________________________________________________________________= ___=0AA hat l=FAzer =FAjra egy=FCtt! =DCvegtigris 2: janu=E1r 19-t=F5l a mo= zikban!=0Ahttp://www.uvegtigris.hu=0A=0A |
From: Joshua K. <jos...@gm...> - 2006-01-11 05:53:03
|
Hi bert, you might have left out these files in the cvs lilytool.parser.antlr.LilyLexer; lilytool.parser.antlr.LilyParser; lilytool.parser.antlr.LilyScmLexer; On 12/29/05, Joshua KooOOoOOo <zz...@us...> wrote: > > Wow.. seems complicated but very cool.. > > I'll watch out for it, maybe I could be use it with a notevisualiser > > Joshua > > =3D=3D=3D=3D=3D=3D=3D At 2005-12-24, 02:56:58 you wrote: =3D=3D=3D=3D=3D= =3D=3D > > > > >>btw what can computer language translater that is added in the cvs be > use for? > >> > >> > >If you're asking the antlr parser, if I come to make it work, it will be > >a lilypond parser in java, integrated in lilypondtool. That means, you > >will be able to interpret all input as it is. > > > >Bert > > > > |
From: Joshua K. <jos...@gm...> - 2006-01-11 02:49:33
|
R3JlYXQsIGJlY2F1c2UgSSB0aG91Z2h0IHlvdSBtZW50aW9uIG11bHRpdmFsZW50IGJlIHJlZ2Fy ZGVkIGFzIHZhcG9yd2FyZS4uCgpCZWNhdXNlIEkgZGlkbnQga25vdyBJIGNvdWxkIGxpbmsgYWRv YmUgdG8gamVkaXQgZWl0aGVyLCBvciB0aG9zZSBjb21waWxlZAp3aXRoIGN5Z3dpbiB3b3VsZCBo YXZlIGEgcHJvYmxlbSBsYXVuY2hpbmcgbGlseXBvbmQncyBub3RlcGFkLgoKT24gMS8xMC8wNiwg QmVydGFsYW4gRm9kb3IgPGZvZGJlckBmcmVlbWFpbC5odT4gd3JvdGU6Cj4KPiBXZSBjYW4gc3Vw cG9ydCBpdC4gSG93ZXZlciwgb2ZmaWNpYWxseSB3ZSdsbCB1c2UgbXVsdGl2YWxlbnQsIGJlY2F1 c2UKPiBpdHMgcG9pbnQtYW5kLWNsaWNrIGNhbiBiZSBpbnRlZ3JhdGVkIHdpdGggakVkaXQgYW5k IHRoZSBuZXcgdmVyc2lvbgo+IHdvcmtzLgo+Cj4gSm9zaHVhIEtvb09Pb09PbyB3cm90ZToKPgo+ ID5IaSBqdXN0IEZZSSBhbmQgaW50ZXJlc3QsCj4gPgo+ID5Gb3hpdCBSZWFkZXIgaXMKPiA+IkEg ZnJlZSByZWFkZXIvdmlld2VyL3ByaW50ZXIgZm9yIFBERiBkb2N1bWVudHMuIFVubGlrZSBBZG9i ZShyKSBSZWFkZXIsCj4gdGhpcyBvbmUgaGFzIHNpemUgbGVzcyB0aGFuIDFNLCBuZWVkcyBubyBp bnN0YWxsYXRpb24gYW5kIG9wZW5zIHVwCj4gaW1tZWRpYXRlbHkuIgo+ID4KPiA+aHR0cDovL3d3 dy5mb3hpdHNvZnR3YXJlLmNvbS9wZGYvcmRfaW50cm8ucGhwCj4gPgo+ID5Eb2VzIHNlZW1zIHRv IHdvcmsgd2l0aCB0ZXh0ZWRpdDovLyB0b28uCj4gPgo+ID5Kb3NodWEKPiA+ThjCrEhZw57CtcOp xaHFoFjCrMKyxaEnwrLFoMOedcK8J8KmW8KnwpDigLDDnA7FksKowroKPiA+w57CpsOYa8Kiw6gh 4oCTy4YfxaBXwqx+xaDDqShyKeKAoMOlemsSwrbFoEPCowo+IMOlwqHCp23igKbDqcOew4ACQF7D h8Whwq3DiF7FvgjCp3rDmFrCtmbCpHrDix5qwrchxaB4MsKiw6rDpcKiB8Oi4oCiw6sawrHDpsKs w4nCqyzCusK3w6LFvgthewfigLoMw6XCjSzDoANIw7LDlDTCqG3CtsW4w79pw5sowrHDmcOcwqJv w5p2J8Ovwq3Du2pZaHInw5fCrzrDpsWgcljFk8KQwrjCpcOLy4bDnnYrXXrDt8Kl4oSiwqjCpcWg eCXFoMOLS8WgXMK4wo3Dp2LCtcOXwq96WWLCssObLMKiw6rDnHnDuivCgcOpw57CthttwqbDj8O/ 4oCTKy3CssOKLsKtw4fFuMKiwrgewp3Dq3/igJMrLcKzw7liwrLDmMKnfsKPw6XFoFzCuMKNw6di wrXDl8KvZWw9PQo+ID4KPgo+Cg== |
From: Bertalan F. <fo...@fr...> - 2006-01-09 20:49:24
|
We can support it. However, officially we'll use multivalent, because its point-and-click can be integrated with jEdit and the new version works. Joshua KooOOoOOo wrote: >Hi just FYI and interest, > >Foxit Reader is >"A free reader/viewer/printer for PDF documents. Unlike Adobe® Reader, this one has size less than 1M, needs no installation and opens up immediately." > >http://www.foxitsoftware.com/pdf/rd_intro.php > >Does seems to work with textedit:// too. > >Joshua >N¬HY޵隊X¬²š'²ŠÞu¼’¦[§‰ÜŒ¨º >Þ¦Øk¢è!–ˆŠW¬~Šé®†åzk¶ŠC£ å¡§m…éÞÀ@^ÇšÈ^ž§zØZ¶f¤zËj·!Šx2¢êå¢â•ë±æ¬É«,º·âža{›å,àHòÔ4¨m¶ŸÿiÛ(±ÙÜ¢oÚv'ïûjYhr'ׯ:æŠrXœ¸¥ËˆÞv+]z÷¥™¨¥Šx%ŠËKŠ\¸çbµ×¯zYb²Û,¢êÜyú+éÞ¶m¦Ïÿ–+-²Ê.ÇŸ¢¸ë–+-³ùb²Ø§~åŠ\¸çbµ×¯el== > |
From: Joshua K. <zz...@us...> - 2006-01-09 17:17:56
|
SGkganVzdCBGWUkgYW5kIGludGVyZXN0LA0KDQpGb3hpdCBSZWFkZXIgaXMNCiJBIGZyZWUgcmVh ZGVyL3ZpZXdlci9wcmludGVyIGZvciBQREYgZG9jdW1lbnRzLiBVbmxpa2UgQWRvYmWuIFJlYWRl ciwgdGhpcyBvbmUgaGFzIHNpemUgbGVzcyB0aGFuIDFNLCBuZWVkcyBubyBpbnN0YWxsYXRpb24g YW5kIG9wZW5zIHVwIGltbWVkaWF0ZWx5LiINCg0KaHR0cDovL3d3dy5mb3hpdHNvZnR3YXJlLmNv bS9wZGYvcmRfaW50cm8ucGhwDQoNCkRvZXMgc2VlbXMgdG8gd29yayB3aXRoIHRleHRlZGl0Oi8v IHRvby4NCg0KSm9zaHVhDQo= |
From: Joshua K. <zz...@us...> - 2005-12-29 13:18:47
|
Wow.. seems complicated but very cool.. I'll watch out for it, maybe I could be use it with a notevisualiser Joshua ======= At 2005-12-24, 02:56:58 you wrote: ======= > >>btw what can computer language translater that is added in the cvs be use for? >> >> >If you're asking the antlr parser, if I come to make it work, it will be >a lilypond parser in java, integrated in lilypondtool. That means, you >will be able to interpret all input as it is. > >Bert > > = = = = = = = = = = = = = = = = = = = = |
From: Bertalan F. <fo...@fr...> - 2005-12-23 18:57:18
|
>btw what can computer language translater that is added in the cvs be use for? > > If you're asking the antlr parser, if I come to make it work, it will be a lilypond parser in java, integrated in lilypondtool. That means, you will be able to interpret all input as it is. Bert |
From: Joshua K. <zz...@us...> - 2005-12-23 17:47:01
|
I found this not long ago on the lilypond mailing list. xml2ly-0.69.0 is a python release for musicXML to lilypond convertor. http://lists.gnu.org/archive/html/lilypond-user/2005-12/msg00107.html I have hence update the Lilytool to work with it. (Same menu functions, but you did have to configure the lilytool options first.) The possibilities of using musicXML can be found http://www.recordare.com/xml.html and http://www.recordare.com/software.html with top applications finale, sibelius, and sharpeye (OCR) most likely to convert great number of music pieces. Anyway I'm thinking this is a great reason why lilytool could be use.. In a way it works like a frontend. a) Select musicXML file to convert b) Save as lilypond file c) Run lilypond d) View pdf, listen to midi (with bar tracker) Thats something I think how a noob would even pick up using lilypond and lilytool. I tried downloading some musicXMLs from http://www.gutenberg.org/music/ and converting and producing a pdf was really a breeze and accurate. Well of course there still need to be touch ups, and then creating the flash tutorial will be impressive. The next feature I would like to integrate is nwc2ly but it really needs to be more stable first. (1.0 by hans de rijck seems to be features packed and release quality, but 0.9 might work better, and im still figuring how to make them work.. at which stage can this be donated to lilypond?) btw what can computer language translater that is added in the cvs be use for? And some questions I ask myself I couldnt answer.. If LilyPond purpose is really to create beautiful music, then why do we have to make it so abstract as to use the lilypond syntax and visually place the music notes on the screen and rearrange them and so on. I'm not trying to start any debate but I still cant convince myself that typing the music is the best way to compose music. That said, I will be trying to improve on the notevisualiser, at least to be able to click a staff of music, edit them, midi preview it, then lilypond it. On the technical side though, is there any tips for programming such music notation software (esp. in Java)? yup MuseScore http://mscore.sourceforge.net/ has a new release which include a qt port version for windows, and supports import/export musicXML but it seems to run quite slowly to be usable for me yet. Joshua |
From: Bertalan F. <fo...@fr...> - 2005-11-21 21:03:23
|
Multivalent will not be included, because that can be regarded as vaporware. So we have the following: - jEdit 4.3 will have support for positioning to column,line, so it can be used with lilypond's editor.scm - that way we can instantly use Acrobat for point-and-click, however the problem arises that it locks the pdf, so it will forget its page position when rebuilding the doc. (One possible - and favorable for other points as well - way to handle this problem is to use separate segments for editing, so there would not be many pages) - we should figure out how to use point-and-click in Ghostview Bert Joshua KooOOoOOo wrote: >Under ChangeLog, > >2005-11-13 Bertalan Fodor <fo...@us...> > > * Exclude Multivalent > >Does that means there wont be point and click for pdf? > >Joshua > > |
From: Joshua K. <zz...@us...> - 2005-11-21 16:15:59
|
Under ChangeLog, 2005-11-13 Bertalan Fodor <fo...@us...> * Exclude Multivalent Does that means there wont be point and click for pdf? Joshua |
From: Joshua K. <zz...@us...> - 2005-11-19 08:27:23
|
Hi, I have learnt about something the hard way. After my new installations of JRE 5 and JDK 1.5, I'm wondering why doesnt the midi sounds in some of the applications like the Keyboard.java I have been looking for different codes for days, thinking maybe java 5 have a different way of coding its midi program. I understand why after reading this page http://java.sun.com/products/java-media/sound/soundbanks.html Soundbanks is not included by default in the runtime edition. However, when I changed my runtime library to the library included with JDK, it works. No wonder I havnt heard any sound from QuickLily although I have code it to sound long ago.. Joshua |
From: Bertalan F. <fo...@fr...> - 2005-11-16 18:02:52
|
Very good idea, we should really use it. Bert Joshua KooOOoOOo wrote: >Hi, > >Using this freeware, cross plateform tool called Wink [http://www.debugmode.com/wink/], its really easy to create a flash demostration (lets say a tutorial or something). > >See http://lily4jedit.sourceforge.net/temp/ of a sample I have done. > >;)_Joshua > > > |
From: Joshua K. <zz...@us...> - 2005-11-16 13:11:11
|
Hi, Using this freeware, cross plateform tool called Wink [http://www.debugmode.com/wink/], its really easy to create a flash demostration (lets say a tutorial or something). See http://lily4jedit.sourceforge.net/temp/ of a sample I have done. ;)_Joshua |
From: Bertalan F. <fo...@fr...> - 2005-11-15 20:39:39
|
I enjoy this idea very much! Perhaps it will motivate some of our users to contribute :-) Bert Joshua KooOOoOOo wrote: >Hiya, > >I would like to add a little fun to relief any stress or boredom from those development. > >I have added a simple note identification game (run the main method in NoteIdGame, under test). [It makes use of the NoteVisualiser class, which is erm.. maybe slightly improved...] > >Maybe it could be placed as an easter egg or extras in Lilytool ;) > >Tata, >Joshua > > > |
From: Joshua K. <zz...@us...> - 2005-11-15 19:26:04
|
Hiya, I would like to add a little fun to relief any stress or boredom from those development. I have added a simple note identification game (run the main method in NoteIdGame, under test). [It makes use of the NoteVisualiser class, which is erm.. maybe slightly improved...] Maybe it could be placed as an easter egg or extras in Lilytool ;) Tata, Joshua |
From: Joshua K. <zz...@us...> - 2005-11-13 16:21:56
|
>Joshua KooOOoOOo wrote: > >>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? >> >> >> >Hi, welcome back! > >Actually it was the release of Eclipse 3.1 that motivated me to upgrade >to Java 5. So you should need that. > >Bert > > Thanks, Its great that I'm allowed out on weekends. I realised too that I have to set the source level to 5.0 under preferences. I found out too because i specified a 1.4 vm for my ant it was giving me problems. I changed the jre to run as workspace and everything became fine ;) Joshua |
From: Bertalan F. <fo...@fr...> - 2005-11-12 22:20:54
|
Joshua KooOOoOOo wrote: >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? > > > Hi, welcome back! Actually it was the release of Eclipse 3.1 that motivated me to upgrade to Java 5. So you should need that. Bert |