FW: emacs mode with the new installer

2006-03-28 Thread arjan.bos
-Oorspronkelijk bericht- > just installed 2.8 on fedora core 4 with the universal installer. no emacs > mode. is there something I am missing? and if not, is the e-lisp code in CVS > workable with version 2.8? thanks in advance. I suppose that it should still work. When looking at the l

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 work, but pressing M-C-p

RE: Object hierarchy in LilyPond?

2006-05-09 Thread arjan.bos
-Oorspronkelijk bericht- Van:Simon Dahlbacka >> On 5/10/06, Erik Sandberg <[EMAIL PROTECTED]> wrote: >> >> >> There's a lot of data used in lily. It would require quite some effort to >> build the model you're suggesting, and someone would need to maintain the >> model (which is cha

Music for the Martians?

2006-11-22 Thread arjan.bos
Dear List, When upgrading from 2.8.6 to 2.10.0 one of my files was producing this strange error message: Preprocessing graphical objects... /Users/arjanbos/Music/Gitaarles/Boek-2/MusicForTheMartians.ly:12:28: Music for the martians e8_1 e_2 e_3 f_4 f_5 f _6 |

Music for the Martians?

2006-11-22 Thread arjan.bos
Dear List, When upgrading from 2.8.6 to 2.10.0 one of my files was producing this strange error message: Preprocessing graphical objects... /Users/arjanbos/Music/Gitaarles/Boek-2/MusicForTheMartians.ly:12:28: Music for the martians e8_1 e_2 e_3 f_4 f_5 f _6 |

Music for the Martians?

2006-11-22 Thread arjan.bos
Dear List, When upgrading from 2.8.6 to 2.10.0 one of my files was producing this strange error message: Preprocessing graphical objects... /Users/arjanbos/Music/Gitaarles/Boek-2/MusicForTheMartians.ly:12:28: Music for the martians e8_1 e_2 e_3 f_4 f_5 f _6 |

RE: Introducing the Lilypond Snippet Repository

2005-01-31 Thread arjan.bos
> *** The Lilypond Snippet Repository *** > > I would like to invite the user community of Lilypond (and developers, > if they think it's useful) to join a project: to build a consistent > searchable set of Lilypond snippets that solve common problems. Great idea! Importing the current documentati

RE: Lilypondtest failed

2005-02-15 Thread arjan.bos
On 13-Feb-05, at 9:08 AM, Oddmund Åvik wrote: > > Yes, I wish to use the later version, so I uninstalled version 2.2.5 > and tried to install the unstable version, but I got the message: > > /usr/libexec/gcc/darwin/ppc/3.3/cc1plus is not executable! > > It is perhaps something wrong deep in the

FW: MacOS X native packaged (was Re: lilypond install mac os x)

2005-02-25 Thread arjan.bos
Somehow I always manage to forget to copy the list: >[EMAIL PROTECTED] writes: >> Il giorno 21/feb/05, alle 18:45, Han-Wen Nienhuys ha scritto: >> >> >> >> > >> > Could you install it as HTML files on a website somewhere, so we can >> > make it show up in our browser? >> > >> No, I'm trying to

RE: error Printing

2005-03-08 Thread arjan.bos
>> Maybe it helps to update to a newer version of Acrobat reader (you >> didn't say what version he used). Also, you didn' say where the error >> message appeared, on the screen, on the display of the printer or on > >IIRC, Oce printers print PDFs directly, so this would be a Ghostscript >bug. Whi

RE: mac osx emacs lilypond-mode

2005-05-08 Thread arjan.bos
Sean, Did you put in your .emacs the code that links .ly files with lilypond-mode? You can do this by adding: ;; lilypond (autoload 'LilyPond-mode "lilypond-mode" "LilyPond Editing Mode" t) (add-to-list 'auto-mode-alist '("\\.ly$" . LilyPond-mode)) (add-hook 'LilyPond-mode-hook (lambda () (turn-on