Re: parallel relative music (was Re: Yet Another music macro proposal)

2006-05-16 Thread Erik Sandberg
On Saturday 13 May 2006 14:06, Nicolas Sceaux wrote: > Werner LEMBERG <[EMAIL PROTECTED]> writes: > >> Your post just reminded me that I've written a version of \parallelMusic > >> with relative mode after a request by Werner (and I forgot about it > >> during holidays). > > > > Aaah! Is this matu

Re: patch for \transposedCueDuring

2006-05-16 Thread Han-Wen Nienhuys
2006/5/16, Werner LEMBERG <[EMAIL PROTECTED]>: Here is my updated patch which implements \transposedCueDuring as discussed earlier on this list. looks good, just the doc string for quoteTransposedDuring is missing. cheers, -- Han-Wen Nienhuys [EMAIL PROTECTED] http://www.xs4all.nl/~hanwen

Segnos, Codas, and Really Crap Formatting

2006-05-16 Thread lilypond
(Posted to developer rather than user, because I know this stuff doesn't work, and it appears to me it's a design issue not bugs/user-error.) I know lily is written more for orchestral music, and I'm using it for band music, but isn't it the aim of lily "to be the best for ALL music"? Enough of

Re: lilypond lily/context.cc lily/context-def.cc li...

2006-05-16 Thread Han-Wen Nienhuys
Erik Sandberg schreef: + // TODO: The above operations should be performed by a listener to the following event. + send_stream_event (this, "CreateContext", + ly_symbol2scm ("unique"), scm_int2num (unique), + ly_symbol2scm ("ops"), ops, +

Re: Segnos, Codas, and Really Crap Formatting

2006-05-16 Thread Graham Percival
On 16-May-06, at 5:21 AM, [EMAIL PROTECTED] wrote: I've solved that now, it looks like it was a combination of poor documentation http://lilypond.org/web/devel/participating/documentation-adding I can't get my codas right. I want (as per normal practice) to have a "missing system" between t

Re: Segnos, Codas, and Really Crap Formatting

2006-05-16 Thread Erlend Aasland
HiOn 5/16/06, [EMAIL PROTECTED] <[EMAIL PROTECTED] > wrote:I can't get my codas right. I want (as per normal practice) to have a "missing system" between the main body of the music and the coda. Noproblem putting a line-break in, but how do I put extra space in thereto make it stand out? Even worse

Re: patch for \transposedCueDuring

2006-05-16 Thread Werner LEMBERG
> looks good, just the doc string for quoteTransposedDuring is missing. where? Werner ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Segnos, Codas, and Really Crap Formatting

2006-05-16 Thread Mats Bengtsson
If you had read the NEWS for version 2.8 you would have noticed that there are several new features to modify the default line breaking and line spacing layout. Also, if you browse the mailing list archives for lilypond-devel over the last few weeks, you will notice that there's ongoing work on a

Re: Segnos, Codas, and Really Crap Formatting

2006-05-16 Thread lilypond
[EMAIL PROTECTED] wrote: > If you had read the NEWS for version 2.8 you would have > noticed that there are several new features to modify the > default line breaking and line spacing layout. Thanks. I'll take a look. I just read the manual instead and didn't notice anything... :-) Maybe I didn'

Re: patch for \transposedCueDuring

2006-05-16 Thread Han-Wen Nienhuys
Werner LEMBERG schreef: looks good, just the doc string for quoteTransposedDuring is missing. where? Werner after the type signature. See other music funcs for an example. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen LilyPond Software Design -- Code for Mu

Re: lilypond lily/context.cc lily/context-def.cc li...

2006-05-16 Thread Erik Sandberg
On Tuesday 16 May 2006 14:36, Han-Wen Nienhuys wrote: > Erik Sandberg schreef: > > + // TODO: The above operations should be performed by a listener to the > > following event. + send_stream_event (this, "CreateContext", > > + ly_symbol2scm ("unique"), scm_int2num (unique), >

Re: lilypond lily/context.cc lily/context-def.cc li...

2006-05-16 Thread Han-Wen Nienhuys
Erik Sandberg schreef: How is this possible? I thought I asked to test "make web" before committing? This doubly wrong: the increment should be 2, Oops, sorry (I don't think it affects make web, because stream events aren't used yet.) well, the assert certainly is used. and there is no tra

Re: Bleeding edge documentation

2006-05-16 Thread Nicolas Sceaux
Graham Percival <[EMAIL PROTECTED]> writes: >> Between that section and the following one, the functions used to >> access >> and set music properties may be introduced. > > Err, ok. I added all this pretty much as you explained it here, but > I'm not sure that I understood it fully. Could you c

Re: Bleeding edge documentation

2006-05-16 Thread Graham Percival
On 16-May-06, at 11:19 AM, Nicolas Sceaux wrote: Graham Percival <[EMAIL PROTECTED]> writes: 11.4.1 Markup construction in Scheme Commands which accept markup-list arguments (such as @code{#:line}, @code{#:center}, [EMAIL PROTECTED]:column}) cannottake commands with a variable or commands w