Adjusting intersystem spacing with FretDiagrams context

2004-11-11 Thread Carl Sorensen
I've succeeded in getting a fret diagram out of a FretDiagrams context. (The Fret_diagram_engraver is hard-coded to only produce a single diagram for now, but it still lets me test out contexts). Here's the .ly file: \score{ << \chords{d} \new FretDiagrams {d} \chordmode{d} >> }

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: Internals URLs in individual web pages vs. one big page

2004-11-11 Thread Jan Nieuwenhuizen
Graham Percival writes: > When looking at the "one big page", we have the following (not correct) > links: > http://lilypond.org/doc/v2.4/Documentation/user/out-www/lilypond/ > lilypond-internals.html#NoteEvent Why is this not correct? Oh, I see, the extra /lilypond/ dir. > Why does the build p

Internals URLs in individual web pages vs. one big page

2004-11-11 Thread Graham Percival
When looking at the web docs in individual pages, we have the following (correct) links to the internals: http://lilypond.org/doc/v2.4/Documentation/user/out-www/lilypond- internals/NoteEvent.html#NoteEvent When looking at the "one big page", we have the following (not correct) links: http://lily

Re: Boxed bar numbers used as rehearsal marks

2004-11-11 Thread Paul Scott
Anthony W. Youngman wrote: In message <[EMAIL PROTECTED]>, Mats Bengtsson <[EMAIL PROTECTED]> writes Sorry, I'll learn to read some time. However, if you want boxed bar numbers, then I propose to take a look at the example bar-number-regular-interval.ly in the Tips and Tricks document, which auto

Re: Boxed bar numbers used as rehearsal marks

2004-11-11 Thread Anthony W. Youngman
In message <[EMAIL PROTECTED]>, Mats Bengtsson <[EMAIL PROTECTED]> writes Sorry, I'll learn to read some time. However, if you want boxed bar numbers, then I propose to take a look at the example bar-number-regular-interval.ly in the Tips and Tricks document, which automatically gives boxed bar nu

Re: Patch for ec-fonts-mftraced cygwin postinstall

2004-11-11 Thread Jan Nieuwenhuizen
Bertalan Fodor writes: > Would you apply this? Applied slightly modified version. Thanks. > (Note: I changed @SHELL@ to /bin/sh because I don't know how to set > this in the makefiles.) That was a LilyPond/stepmake artifact. Jan. BTW, the patch was malformed; your email reader is broken, it

Patch for ec-fonts-mftraced cygwin postinstall

2004-11-11 Thread Bertalan Fodor
Would you apply this? (Note: I changed @SHELL@ to /bin/sh because I don't know how to set this in the makefiles.) Index: cygwin/postinstall-ec-fonts-mftraced.sh === RCS file: /cvsroot/lilypond/sauter-fonts-mftraced/cygwin/postinstal

Re: Help on Item/Grob creation

2004-11-11 Thread Jan Nieuwenhuizen
Carl Sorensen writes: > I've (somewhat) successfully created a FretDiagrams context, with a > Fret_diagram_engraver. Great. > As part of the engraver, I have the code > > fret_diagram_ = make_item ("FretDiagram",SCM_EOL); //WHAT GOES HERE? > > It appears to me that the "name" of the Item, FretDi

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