Compile-error in 2.3.12

2004-08-23 Thread Herman Grootaers
When I tried to compile Lilypond 2.3.12 from source, I got an error in one of the documentation-files. I resolved it by removing the "@" and the "{}" from line 65 of lilypond-book.itely. I am not sure if that is correct to do so, but after the change it compiled clean, and also installed nicely

Some 2.3.12 issues

2004-08-23 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > 3) The maj7 Jazz symbol is still broken: As in the last few releases, > the hollow triangle symbol for :maj7 is printed as a (raised) M. This > is evident, for example, in the chord-names-jazz.ly file. I suspect > that it has something to do with the major changes in

Re: lilypond ./ChangeLog Documentation/user/notatio...

2004-08-23 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > May I ask for the reason of this change. I think it's very > convenient to have this kind of shortcut, especially for > scripts, where two different layout objects are involved, > depending on the type of script. I deemed it unnecessary since there is already very conve

'make all' fails on current CVS (ChangeLog 1.2490)

2004-08-23 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > With current CVS I get this exit: > upgrade texinfo to 4.7 -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen ___ lilypond-devel mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman

[bug] lilypond 2.3.11 crashes when a slur is connected to a rest

2004-08-23 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > The following score will cause Lilypond 2.3.11 to crash instead of giving a > warning about the slur being connected to a rest: > > \relative e' { > c2( r) > } fixed in CVS (when I can commit). -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.

Re: parentheses for dynamics

2004-08-23 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > I have a few questions: > > 1) Why, with \parenthesizeA which uses an \applyoutput, only the first >"d" note is parenthesized, and not the second? \applyoutput is a single shot command. > 2) If I remove the first "c" note, a warning occurs and the first >\

Re: parentheses for dynamics

2004-08-23 Thread Nicolas Sceaux
Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] writes: >> The code in molecule-hacking.ly for adding parentheses is, umm, >> non-intuitive. Can you provide a function, say, \parenthesize (or a >> scheme equivalent) which does this? > That's an interesting idea. It could be do

Re: changing page numbers

2004-08-23 Thread Pedro Kroger
Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: > in 2.3, you will have to make several \book, each of which starts > afresh on page 1. I didn't know it could have several \book blocks! And it gerenates different files for each block (like foo.ps, foo-1.ps, ...). That's pretty cool! Pedro __

Re: changing page numbers

2004-08-23 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > Will this patch also make it possible to reset the page numbering > between scores if you have have several \score in the same > .ly file? This would be convenient, for example, if you want > to typeset a number of instrumental part with a single call to > lilypond. in

Re: [bug] lilypond 2.3.11 crashes when a slur is connected to a rest

2004-08-23 Thread Mats Bengtsson
Maurizio Tomasi wrote: I noticed another bug in Lilypond: often the MIDI file produced by Lilypond 2.3.11 lacks some notes (about 30% of the total). Unfortunately, I discovered this while working on a couple of quite large scores, and I was not able to reproduce this bug using a small snippet

[bug] lilypond 2.3.11 crashes when a slur is connected to a rest

2004-08-23 Thread Maurizio Tomasi
The following score will cause Lilypond 2.3.11 to crash instead of giving a warning about the slur being connected to a rest: \relative e' { c2( r) } I noticed another bug in Lilypond: often the MIDI file produced by Lilypond 2.3.11 lacks some notes (about 30% of the total). Unfortunately, I d

'make all' fails on current CVS (ChangeLog 1.2490)

2004-08-23 Thread David Bobroff
With current CVS I get this exit: Compiling ./out/cheatsheet.texi... Processing include: fdl.itexi Reading fdl.itexi... Dissecting... Writing snippets... All snippets are up to date... Compiling ./out/fdl.texi... mv ./out/lilypond.texinfo out/lilypond.nexi 2>/dev/null || mv ./out/lilypond.tex i

Re: changing page numbers

2004-08-23 Thread Pedro Kroger
Mats Bengtsson <[EMAIL PROTECTED]> writes: > Will this patch also make it possible to reset the page numbering > between scores if you have have several \score in the same > .ly file? I don't think so :-( Pedro ___ lilypond-devel mailing list [EMAIL

Re: changing page numbers

2004-08-23 Thread Mats Bengtsson
Will this patch also make it possible to reset the page numbering between scores if you have have several \score in the same .ly file? This would be convenient, for example, if you want to typeset a number of instrumental part with a single call to lilypond. /Mats Pedro Kroger wrote: Han-Wen Nie

Re: lilypond ./ChangeLog Documentation/user/notatio...

2004-08-23 Thread Mats Bengtsson
May I ask for the reason of this change. I think it's very convenient to have this kind of shortcut, especially for scripts, where two different layout objects are involved, depending on the type of script. /Mats Han-Wen Nienhuys wrote: CVSROOT:/cvsroot/lilypond Module name:lilypond