Re: changes in lilypond-mode.el to process lytex?

2010-05-08 Thread josé henrique padovani
Em 07/05/10 18:16, Xavier Scheuer escreveu:Hi, But I suppose sending a PATCH on lilypond-de...@gnu.org would be just fine to help to add these commands to the sources. + Cc: to Chris, Heikki and David ; appreciated. Cheers, Xavier -- Xavier Scheuer Just did it.. thank you Xavier! josé

Re: changes in lilypond-mode.el to process lytex?

2010-05-07 Thread Xavier Scheuer
2010/5/7 josé henrique padovani : > Hi.. > I have made some changes on my lilypond-mode.el (for emacs) to > process .lytex files with the commands... > > lilypond-book --pdf yourfile.lytex > pdflatex yourfile.tex > > I would like to know who maintains lilypond-mode and

changes in lilypond-mode.el to process lytex?

2010-05-07 Thread josé henrique padovani
Hi.. I have made some changes on my lilypond-mode.el (for emacs) to process .lytex files with the commands... lilypond-book --pdf yourfile.lytex pdflatex yourfile.tex I would like to know who maintains lilypond-mode and how can I help to add these commands to the sources? (I was having

Re: lilypond-mode.el

2007-03-24 Thread Johan Vromans
ilypond-mode 'clean' and easily upgradable. > 3. I notice that lilypond-mode.el says: > > (defconst LilyPond-version "2.5.20" > "`LilyPond-mode' version number.") > > Does that mean it is not being maintained anymore? This is the version of Li

lilypond-mode.el

2007-03-24 Thread thorne
nes? Why not just do this stuff in lilypond-mode.el? Is this meant to be like a side-wide configuration file for sysadmins or similar? 3. I notice that lilypond-mode.el says: (defconst LilyPond-version "2.5.20" "`LilyPond-mode' version number.") Does that mean it

Lilypond-mode.el and Windows

2006-09-11 Thread Georg Dummer
Hi all, -- just a hint for others with the same problem -- To run lilypond out of Emacs (Windows) I changed all lines similar to this one: ("2PS" . (,(concat LilyPond-lilypond-command " -f ps %s") "%s" "%p" "ViewPS")) To: ("2PS" . (,(concat LilyPond-lilypond-command " -f ps \"%s\"") "%s" "%p" "

Re: lilypond-mode.el

2006-03-30 Thread Orm Finnendahl
seems > to me that things can be accomplished in a more straightforward way. > Just three days ago I dabbled with the idea of writing my own > lilypond-mode.el that would only do font-locking, auto-indentation > and compiling .ly files. It's just that I'm too pressed for ti

Re: lilypond-mode.el

2006-03-30 Thread Arjan Bos
(cc-ed to the list, so leaving your reply intact) On 30 mrt 2006, at 15:03, Orm Finnendahl wrote: Hi Arjan, thanks for the hints. I had a closer look at lilypond-mode.el and as far as I can see it can't possibly work. The syntax table seems to get erased in a post-command hook

Re: lilypond-mode.el

2006-03-30 Thread Orm Finnendahl
Hi Arjan, thanks for the hints. I had a closer look at lilypond-mode.el and as far as I can see it can't possibly work. The syntax table seems to get erased in a post-command hook which might be related to a non-functioning context determination. I guess that's the price you pay

Re: lilypond-mode.el

2006-03-30 Thread Guy Durrieu
cursor on a left parenthesis, C-M-n moves the cursor after the corresponding right parenthesis. - After placing the cursor after a right parenthesis, C-M-p moves the cursor on the corresponding left parenthesis. (However, this is not related to lilypond-mode.el ; C-M-n and C-M-p invoke functions loc

Re: lilypond-mode.el

2006-03-30 Thread Orm Finnendahl
Am 30. März 2006, 05:57 Uhr (-0500) schrieb Geoff Horton: > > In addition doesn't auto-complete but rather indents the current > > line... > > I'm pretty sure this is the intended behavior. (if (string-match "XEmacs\\|Lucid" emacs-version) (define-key LilyPond-mode-map [iso-left-tab]

Re: lilypond-mode.el

2006-03-30 Thread Cameron Horsburgh
Orm Finnendahl wrote: > Hi, > > before delving into the depths of it: Has anybody got the > lilypond-mode.el working in terms of autocompletion and cursor > movement under gnu emacs? > > I tried with emacs21 and emacs-gtk (Version 22) without > success. Syntax highlig

RE: lilypond-mode.el

2006-03-30 Thread arjan.bos
-- Orm wrote: > Hi, > > before delving into the depths of it: Has anybody got the > lilypond-mode.el working in terms of autocompletion and cursor > movement under gnu emacs? > I tried with emacs21 and emacs-gtk (Version 22) without > success. Syntax highlighting seems to w

Re: lilypond-mode.el

2006-03-30 Thread Geoff Horton
> In addition doesn't auto-complete but rather indents the current > line... I'm pretty sure this is the intended behavior. Geoff ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

lilypond-mode.el

2006-03-30 Thread Orm Finnendahl
Hi, before delving into the depths of it: Has anybody got the lilypond-mode.el working in terms of autocompletion and cursor movement under gnu emacs? I tried with emacs21 and emacs-gtk (Version 22) without success. Syntax highlighting seems to work, but pressing M-C-p or M-C-n gets me to the

lilypond-mode.el

2006-03-04 Thread Orm Finnendahl
Hi, it seems an old bug concerning lilypond-mode in emacs-snapshot is still lurking in lilypond-mode.el: Wrong type argument: arrayp, nil I found a report on the net dating from last July that it has been fixed in lilypond-cvs, but the lilypond-install.sh of 2.7.32 still got it and using the