Re: Emacs Mode Problem with includes

2023-11-15 Thread Laurie Savage
That worked perfectly: Emacs > Options > Customize Emacs > Options Matching > Lilypond > Lilypond Lilypond Command > /usr/bin/lilypond --include=/home/laurie/Lilypond/includes "${@}" Thanks Laurie Savage https://www.queensofthewest.com/ The Latest Queens of The West clips https://www.youtube.com

Re: Emacs Mode Problem with includes

2023-11-15 Thread Torsten Krueger
Laurie Savage wrote on 13.11.2023: > Still I get errors like this: > /home/laurie/Documents/Charts/Transpositions/Dear Old > Stockholm/Dear-Old-Stockhom_Traditional.ly:3:10: error: cannot find file: > `/home/Laurie/Lilypond/includes/jazzchords.ily' > > ... > > Any ideas? I am not calling lilypon

Re: Emacs Mode Problem with includes

2023-11-14 Thread Laurie Savage
Thanks for trying! Laurie Savage On Tue, 14 Nov 2023 at 20:59, David Kastrup wrote: > Laurie Savage writes: > > > Thanks David, > > > > I think I'll stay with Frescobaldi! Emacs doesn't seem to edit .ly files > > any more easily so there isn't much advantage in tweaking it to behave > with > >

Re: Emacs Mode Problem with includes

2023-11-14 Thread David Kastrup
Laurie Savage writes: > Thanks David, > > I think I'll stay with Frescobaldi! Emacs doesn't seem to edit .ly files > any more easily so there isn't much advantage in tweaking it to behave with > my customised Include files. As for your question about where I found the > documentation for the loca

Re: Emacs Mode Problem with includes

2023-11-13 Thread Laurie Savage
Thanks David, I think I'll stay with Frescobaldi! Emacs doesn't seem to edit .ly files any more easily so there isn't much advantage in tweaking it to behave with my customised Include files. As for your question about where I found the documentation for the location of my Includes: Options > Cust

Re: Emacs Mode Problem with includes

2023-11-13 Thread David Wright
On Tue 14 Nov 2023 at 07:04:39 (+1100), Laurie Savage wrote: > Thanks, I should have spotted that. So presumably the "cannot find file" error went away when you corrected the full path "/home/Laurie/Lilypond/includes/jazzchords.ily" but how about when you type only: \include "jazzchords.ily" D

Re: Emacs Mode Problem with includes

2023-11-13 Thread Laurie Savage
Thanks, I should have spotted that. But I'm not sure why this setting hasn't been picked up by Emacs lilypond mode: Lilypond Include Path: String: /home/laurie/Lilypond/includes State : SAVED and set. LilyPond include path. Groups: Lilypond I don't want to type the full file path everyti

Re: Emacs Mode Problem with includes

2023-11-12 Thread David Zelinsky
On Mon, Nov 13, 2023 at 02:45:26PM +1100, Laurie Savage wrote: >I store my Includes file in a directory ~/Lilypond/includes but >Lilypond mode cannot locate them even if I specify a full file name e.g >\include >"/home/Laurie/Lilypond/includes/jazzchords.ily" >I set this in my ~

Re: Emacs mode for files containing lyrics

2015-02-01 Thread Craig Parker-Feldmann
Jakub Pavlík gmail.com> writes: > > > From the description I don't understand your problem. Why is the lilypond mode not suitable for you purposes? The example seems to be just a regular lilypond file ... > Jakub > > > 2015-01-27 16:57 GMT+01:00 Craig Parker-Feldmann magic.ms>:I find it wond

Re: Emacs mode for files containing lyrics

2015-01-31 Thread Johan Vromans
On Sat, 31 Jan 2015 13:40:39 +0100 Jakub Pavlík wrote: > From the description I don't understand your problem. Why is the lilypond > mode not suitable for you purposes? The example seems to be just a regular > lilypond file ... Emacs interprets the lyrics as melody. So if you have "foo best bar"

Re: Emacs mode for files containing lyrics

2015-01-31 Thread Jakub Pavlík
>From the description I don't understand your problem. Why is the lilypond mode not suitable for you purposes? The example seems to be just a regular lilypond file ... Jakub 2015-01-27 16:57 GMT+01:00 Craig Parker-Feldmann : > I find it wonderful that some Emacs wizard(s) took the trouble to wri

Re: emacs mode in XP? [solved]

2011-03-22 Thread David Bobroff
David Bobroff wrote: I've got emacs on a Windows XP machine and would like to get the LilyPond emacs mode working with it. Is anyone out there doing this? Here's what I did/do: 1. Copy the *.el files from LilyPond/usr/share/emacs/site-lisp to [emacs]/lisp. 2. Add this line to .emacs (load

Re: emacs mode in XP?

2011-03-22 Thread Bernardo Barros
There are a few things there that would not work "out of the box", like calling the viewer and the midi player (xpdf, timidity etc?). But they should be configurable from customs? (Never tried, don't use windows). Anyway, I'd rather use gnu-linux instead if I'm serious about emacs and lilypond. _

Re: emacs mode in XP?

2011-03-21 Thread Ben Finney
David Bobroff writes: > I've got emacs on a Windows XP machine and would like to get the > LilyPond emacs mode working with it. Is anyone out there doing this? What would be different from getting any other Emacs mode working? -- \“If you continue running Windows, your system may

Re: emacs-mode

2008-12-10 Thread Martin Tarenskeen
On Wed, Dec 10, 2008 at 01:08:48AM +0100, Dieter Grollmann wrote: > Hello, > > After some years I'm back using LilyPond. Program and documentation > have improved immensely since then (version 1.2.x or 1.4.x). Thank > you very much! > Do I know your name from the Mup mailing list ? Let's compar

Re: emacs-mode

2008-09-15 Thread Patrick Horgan
Mats Bengtsson wrote: The tex backend for LilyPond hasn't been supported for several years now. Don't expect it to work! It would make sense then to remove the option. Patrick /Mats James E. Bailey wrote: Well, now that lilypond can compile a file in emacs, I've been looking around, getti

Re: emacs-mode

2008-09-15 Thread John Mandereau
On 2008/09/12 10:15 +0200, James E. Bailey wrote: > Well, now that lilypond can compile a file in emacs, I've been looking > around, getting myself acquainted with the various options. > Apparently, the 2tex option calls lilypond as lilypond -b tex > filename.ly The version of lilypond that I

Re: emacs-mode

2008-09-14 Thread Mats Bengtsson
The tex backend for LilyPond hasn't been supported for several years now. Don't expect it to work! /Mats James E. Bailey wrote: Well, now that lilypond can compile a file in emacs, I've been looking around, getting myself acquainted with the various options. Apparently, the 2tex option calls

Re: emacs mode test file

2008-05-10 Thread Arjan Bos
James, AFAIK there is no such file. Maybe there should be one for regression- testing purposes? Perhaps the best way to go is to start with your own files and fix all the colouring options. However, I don't know how familiar you are with the emacs variety of lisp, elisp, but as you know li

Re: emacs mode

2005-03-09 Thread Cameron Horsburgh
I'm not entirely sure what you're after here. If you simply want syntax highlighting to be turned on by default, add the line (global-font-lock-mode 1) to your .emacs file. If you want a different colour scheme, you might find what you're after in edit/customize emacs/customize group: faces...

Re: emacs mode

2005-03-08 Thread David Bobroff
On Tue, 2005-03-08 at 00:09 +, Ruth Ivimey-Cook wrote: > I played around for ages and eventually gave up trying to add to the > load path, putting the lilypond files in the place emacs wanted them > (in > my case, /usr/share/xemacs/site-packages/lisp/ with lilypond-init.el > in ./site-start.d)

Re: emacs mode

2005-03-07 Thread David Bobroff
On Tue, 2005-03-08 at 00:09 +, Ruth Ivimey-Cook wrote: > On Mon, 2005-03-07 at 23:15 +, David Bobroff wrote: > > Thanks to Daniel Johnson's post I got LilyPond compiled (I upgraded to > > mftrace 1.1.5 and installed potrace). > I only found mftrace 1.1.2 :-( I got 1.1.5 here: http://fres

Re: emacs mode

2005-03-07 Thread Ruth Ivimey-Cook
On Mon, 2005-03-07 at 23:15 +, David Bobroff wrote: > Thanks to Daniel Johnson's post I got LilyPond compiled (I upgraded to > mftrace 1.1.5 and installed potrace). I only found mftrace 1.1.2 :-( > for .emacs should it be added verbatim, or does the "~/site-lisp" thing > need to be spelled out

Re: Emacs mode

2004-01-12 Thread Jan Nieuwenhuizen
> Linux, slackware. Then you should probably file a bug report with the slackware package maintainer. > On Sat, Jan 10, 2004 at 09:26:07AM +0100, Jan Nieuwenhuizen wrote: > | Alberto Simoes writes: > | > | > I've read it somewhere, but I can't find it... is there an emacs mode > | > for mudela

Re: Emacs mode

2004-01-10 Thread albie
Linux, slackware. On Sat, Jan 10, 2004 at 09:26:07AM +0100, Jan Nieuwenhuizen wrote: | Alberto Simoes writes: | | > I've read it somewhere, but I can't find it... is there an emacs mode | > for mudela, right? And, where can I find it? | | What operating system, what distribution? | | Jan. |

Re: Emacs mode

2004-01-10 Thread Jan Nieuwenhuizen
Alberto Simoes writes: > I've read it somewhere, but I can't find it... is there an emacs mode > for mudela, right? And, where can I find it? What operating system, what distribution? Jan. -- Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter http://www.xs4all.nl/~jant