Re: Help with making new Context and Engraver

2004-11-12 Thread Jan Nieuwenhuizen
Carl Sorensen writes: > What sets the target location of the symlinks? The settings from ./configure, destilled in config.make. Just do: rm -fr share make to regenerate. FWIW, I have been thinking of adding this kind of information in a file called HACKING. Jan. HACKING Descriptio

Re: Help with making new Context and Engraver

2004-11-12 Thread Mats Bengtsson
Do you, by chance, have $LILYPONDPREFIX set? /Mats Carl Sorensen wrote: On Fri, 2004-11-12 at 01:42, Jan Nieuwenhuizen wrote: The directories are symlinked, not the files. 08:37:57 [EMAIL PROTECTED]:~/lily OK, now I understand what's going on. I have two copies of the lilypond source on my sys

Re: Help with making new Context and Engraver

2004-11-12 Thread Carl Sorensen
On Fri, 2004-11-12 at 01:42, Jan Nieuwenhuizen wrote: > The directories are symlinked, not the files. > > 08:37:57 [EMAIL PROTECTED]:~/lily OK, now I understand what's going on. I have two copies of the lilypond source on my system: one in current-cvs/ and one in cds-dev/. I'm making my new

Re: Help with making new Context and Engraver

2004-11-12 Thread Jan Nieuwenhuizen
Carl Sorensen writes: > I'm working with routines that have not been installed, (never ran make > install) because I want to keep the debugging information. When I look > at the stuff in share/lilypond/*, none of it is symlinked. > [EMAIL PROTECTED] lilypond]$ ls -l share/lilypond/scm/* > -rw-rw-

Re: Help with making new Context and Engraver

2004-11-11 Thread Carl Sorensen
On Thu, 2004-11-11 at 01:44, Jan Nieuwenhuizen wrote: > This should be a symlink: > > 09:42:47 [EMAIL PROTECTED]:~/lily > $ ls -l share/lilypond/ly > lrwxrwxrwx 1 janneke janneke 21 2004-10-17 14:05 share/lilypond/ly -> > /home/janneke/lily/ly/ > > No, but you may want to find out

Re: Help with making new Context and Engraver

2004-11-11 Thread Jan Nieuwenhuizen
Carl Sorensen writes: > I was changing engraver-init.ly in sourcedir/ly/ > LilyPond was using engraver-init.ly in sourcedir/share/lilypond/ly/. This should be a symlink: 09:42:47 [EMAIL PROTECTED]:~/lily $ ls -l share/lilypond/ly lrwxrwxrwx 1 janneke janneke 21 2004-10-17 14:05 shar

Re: Help with making new Context and Engraver

2004-11-10 Thread Carl Sorensen
On Wed, 2004-11-10 at 07:39, Mats Bengtsson wrote: > I hope you have checked that LilyPond really reads the copy of > the engraver-init.ly file that you edit (run lilypond --verbose > to see the full path). > > /Mats > Thanks, Mats. That helped me see what was going on. I was changing eng

Re: Help with making new Context and Engraver

2004-11-10 Thread Mats Bengtsson
I hope you have checked that LilyPond really reads the copy of the engraver-init.ly file that you edit (run lilypond --verbose to see the full path). /Mats Carl Sorensen wrote: On Wed, 2004-11-10 at 01:31, Han-Wen Nienhuys wrote: [EMAIL PROTECTED] writes: Someone (probably Score) should accept t

Re: Help with making new Context and Engraver

2004-11-10 Thread Carl Sorensen
On Wed, 2004-11-10 at 01:31, Han-Wen Nienhuys wrote: > [EMAIL PROTECTED] writes: > > > > Someone (probably Score) should accept the FretDiagram > > >engraver. > > (context) > I changed the name of the context from FretDiagram to FretDiagrams, for consistency with ChordNames. Then I added a li

Re: Help with making new Context and Engraver

2004-11-10 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > Carl Sorensen writes: > > > 1. Copied ChordNames context in ly/engraver-init.ly > > Modified as it seemed to make sense to me. > > \context { > > \type "Engraver_group_engraver" > > \name FretDiagram > > > > Interpreting music... warning: Cannot find or crea

Re: Help with making new Context and Engraver

2004-11-10 Thread Jan Nieuwenhuizen
Carl Sorensen writes: > 1. Copied ChordNames context in ly/engraver-init.ly > Modified as it seemed to make sense to me. > \context { > \type "Engraver_group_engraver" > \name FretDiagram > Interpreting music... warning: Cannot find or create `FretDiagram' > called `uniqueContext1' So

Help with making new Context and Engraver

2004-11-09 Thread Carl Sorensen
I'm trying to make a FretDiagram context and a Fret_diagram_engraver to better implement fret diagrams. Here's what I've done: 1. Copied ChordNames context in ly/engraver-init.ly Modified as it seemed to make sense to me. \context { \type "Engraver_group_engraver" \name FretDiagram