'make all' fails

2004-10-27 Thread David Bobroff
As of CVS ChangeLog 1.2763 I get a 'make all' failure: Compiling ./out/music-glossary.texi... Processing include: macros.itexi Reading macros.itexi... Dissecting... Writing snippets... All snippets are up to date... Compiling ./out/macros.texi... mv ./out/music-glossary.texinfo out/music-glossary.

Re: box widths

2004-10-27 Thread Carl Sorensen
On Wed, 2004-10-27 at 08:36, Werner LEMBERG wrote: > I have a fundamental problem with the width of lilypond output, and > which should be fixed before releasing 2.4. Currently, I use > > (interval-start (ly:stencil-extent page X)) > > but this isn't the right value. Reason: Contrary to TeX

box widths

2004-10-27 Thread Werner LEMBERG
I have a fundamental problem with the width of lilypond output, and which should be fixed before releasing 2.4. Currently, I use (interval-start (ly:stencil-extent page X)) but this isn't the right value. Reason: Contrary to TeX boxes, lilypond's horizontal reference point is not always the

Re: lilypond -> midi -> ogg vorbis

2004-10-27 Thread Graham Percival
On 27-Oct-04, at 5:19 AM, [EMAIL PROTECTED] wrote: Does that fit into the Lilypond philosophy? I don't know, but I see a few I don't think so. As Mats said, MIDI output hasn't been a priority. If you want to eliminate a conversion step, you could make a script like #!/bin/sh lilypond $1.ly timidi

[bug] midi2ly uses \notes

2004-10-27 Thread Marco Gusy
Midi2ly creates files with \notes command (not used anymore, right?) Marco ___ lilypond-devel mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/lilypond-devel

abc2ly problem

2004-10-27 Thread Laura Conrad
It looks like abc2ly has not been modified to produce current syntax. I installed lilypond-snapshot from Pedro's site (Thanks, Pedro), and wrote an ABC file that doesn't need all the scripts I normally use to produce unbarred output with some ancient music features. The file is attached. I

Re: lilypond -> midi -> ogg vorbis

2004-10-27 Thread Mats Bengtsson
As far as I know, the ambition of the LilyPond MIDI output has never been to produce an output of high listening quality, rather it's mainly intended to help proofreading a score. Then, I don't really see the point of including this conversion into LilyPond. If you want to use LilyPond as a sequenc

lilypond -> midi -> ogg vorbis

2004-10-27 Thread mark
Hi all, The last few months saw the creation of the freepats sound patterns package and updates to timidity. Creating an Ogg vorbis file from midi is now as simple as: $ timidity -Ov lilypondgenerated.midi It would be trivial to add Ogg vorbis output to lilypond and/or lilypond-book. Does that

Metronome marks, Was: questions while creating some scores...

2004-10-27 Thread Mats Bengtsson
I recommend using more descriptive Subject lines on your emails. The collision handling has improved in the development version, but often you need to increase the padding of some object to move it away from the stave. In this case, you could try something like \override Score.MetronomeMark #'paddi

Re: bar number alignment

2004-10-27 Thread Mats Bengtsson
Unfortunately, LilyPond is a tricky beast to get into. Of course, some bugs are easy to locate to a single lily/*.cc or scm/*.scm file, but others (probably including the layout related problems mentioned below) require a fairly deep understanding of the modular structure with message passing back

Re: bar number alignment

2004-10-27 Thread Karl Hammar
Erik Sandberg <[EMAIL PROTECTED]> wrote: > On Saturday 09 October 2004 22.27, Karl Hammar wrote: > > In example below, bar numbering in bar: > > . 3, 5 and 9 seem to align with the breathing mark instead of the bar line > > . 7 seem to align to the ":" in the repeat bar instead of to the thick li

[bug] midi2ly uses \notes

2004-10-27 Thread Marco Gusy
Midi2ly creates files with \notes command (not used anymore, right?) Marco ___ lilypond-devel mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/lilypond-devel

make web: /bin/rm: Argument list too long

2004-10-27 Thread Karl Hammar
Got: $ make web make --no-builtin-rules out=www WWW make[1]: Entering directory `/home/karl/lilypond' make PACKAGE=LILYPOND package=lilypond -C buildscripts WWW && make PACKAGE=LILYPOND package=lilypond -C python WWW && make PACKAGE=LILYPOND package=lilypo ... [212] [213] [214] [215]

Re: questions while creating some scores...

2004-10-27 Thread Arno Waschk
Thanks. That's really helpful! Arno On Wed, 27 Oct 2004 11:43:47 +0200, Mats Bengtsson <[EMAIL PROTECTED]> wrote: In the "Regression Tests" document in the on-line documentation, take a look at the example called staff-mixed-size.ly. In spite of its name, this document is an invaluable source of

Re: questions while creating some scores...

2004-10-27 Thread Arno Waschk
Dear Mats, i saw that one, too. But it does not contain what i am looking for, which is why i started asking here... Thanks, Arno On Wed, 27 Oct 2004 11:40:19 +0200, Mats Bengtsson <[EMAIL PROTECTED]> wrote: See http://lilypond.org/doc/v2.2/Documentation/user/out-www/lilypond/Accidentals.ht

Re: questions while creating some scores...

2004-10-27 Thread Arno Waschk
Dear Mats! Thank you for replying so quickly. i am using 2.3.22 in the moment. I found that example earlier, but it seems so complicated compared to e. g. c4->, and it seems very difficult to have a small <> centered above/below the note head, which is what i am looking for. Any hints? Thanks,

Re: questions while creating some scores...

2004-10-27 Thread Mats Bengtsson
In the "Regression Tests" document in the on-line documentation, take a look at the example called staff-mixed-size.ly. In spite of its name, this document is an invaluable source of examples, together with the Tips and Tricks document. /Mats Arno Waschk wrote: Dear lilypond list, may i ask you

Re: questions while creating some scores...

2004-10-27 Thread Mats Bengtsson
See http://lilypond.org/doc/v2.2/Documentation/user/out-www/lilypond/Accidentals.html#Accidentals /Mats Arno Waschk wrote: Dear lilypond list, may i ask you a bunch of questions which i cannot find answers for in the docs? I will put them in different posts each Can i ask lilypond to put a

Re: questions while creating some scores...

2004-10-27 Thread Mats Bengtsson
Please don't forget to tell what LilyPond version you use, otherwise you may get an answer that's irrelevant to the version you have. Arno Waschk wrote: Dear lilypond list, may i ask you a bunch of questions which i cannot find answers for in the docs? I will put them in different posts each Ca

questions while creating some scores...

2004-10-27 Thread Arno Waschk
Dear lilypond list, may i ask you a bunch of questions which i cannot find answers for in the docs? I will put them in different posts each Can i avoid my metronome marks (as from \tempo 4 = 100) being crossed by note heads, slurs, accents etc.? Thanks, Arno -- http://www.arnowaschk.de

questions while creating some scores...

2004-10-27 Thread Arno Waschk
Dear lilypond list, may i ask you a bunch of questions which i cannot find answers for in the docs? I will put them in different posts each Can i have a score similar to a usual classical piano trio score? I. e. Piano in bigger staff size than violin and cello? Thanks, Arno -- http://www.arnowa

questions while creating some scores...

2004-10-27 Thread Arno Waschk
Dear lilypond list, may i ask you a bunch of questions which i cannot find answers for in the docs? I will put them in different posts each Can i ask lilypond to put an accidental before every non-repeated note (as common practise in dodecaphonic scores) without having to put an ! everywhere be

questions while creating some scores...

2004-10-27 Thread Arno Waschk
Dear lilypond list, may i ask you a bunch of questions which i cannot find answers for in the docs? I will put them in different posts each Can i produce an espressivo mark (or however you might call it, i mean a little crescendo sign and a little decrescondo sign being placed above or beolw a

Re: music-glossary revised

2004-10-27 Thread Mats Bengtsson
Werner LEMBERG wrote: I've revised the music glossary -- it's still not perfect but much better IMHO. Please have a look at the following music examples: . `counterpoint': There are ugly rest collisions (which lilypond also reports as not resolvable). This looks like a bug to me since there

music-glossary revised

2004-10-27 Thread Werner LEMBERG
I've revised the music glossary -- it's still not perfect but much better IMHO. Please have a look at the following music examples: . `counterpoint': There are ugly rest collisions (which lilypond also reports as not resolvable). This looks like a bug to me since there are proper `\stemUp'

Re: lilypond-book status

2004-10-27 Thread Erik Sandberg
On Wednesday 22 September 2004 19.20, Graham Percival wrote: > On 22-Sep-04, at 1:49 AM, Mats Bengtsson wrote: > > Has anyone tried lilypond-book with LaTeX recently? > > We have often had bugs there in the major releases. > > I've been using lily-book, and there's two major issues IMO: > > 1) Is