Re: Yet another 2 patches for music streams

2006-05-22 Thread Erik Sandberg
Hi, I've made the suggested modifications to the first patch. In order to proceed, I had to do some additional modifications: - Music_iterator::try_music now autodescends to a bottom context, and the method has been renamed to report_music. - Event_iterator has been introduced. Music events are

repeated texi2dvi runs

2006-05-22 Thread Graham Percival
Is anybody here familiar with texinfo and texi2dvi? I'm flailing around relatively blindly... I can currently produce a pdf of the lilypond docs by running "make web" two or three times, deleting lilypond.dvi (and .pdf) in between. Sometimes it produces a lilypond.dvi without any table of co

Re: pdf documentation broken

2006-05-22 Thread Graham Percival
On 21-May-06, at 5:45 PM, Han-Wen Nienhuys wrote: Graham Percival schreef: I broken the creation of the pdf docs; I suspect it was the @cindex @code{} => @funindex macro (producing @findex and @kindex) change. I didn't notice it at the time (a few days ago) because it didn't complain for so

Re: [patch] lilypond -o other-dir/new-name

2006-05-22 Thread Nicolas Sceaux
Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: > Nicolas Sceaux schreef: >> Hi, >> Using LilyPond from CVS, when invoking lilypond with the -o option, >> specifying an output directory *and* a alternate basename, the alternate >> basename is disregarded. >> $ lilypond -o out/lwv05-letter lwv05.ly

Re: Cautionary accidentals in Ambitus

2006-05-22 Thread Mats Bengtsson
Here's an ugly workaround: \score{ \relative c { \clef bass \once \override Staff.Clef #'stencil = ##f \once \override Staff.TimeSignature #'stencil = ##f \partial 4 s4 \bar "" \set Staff.forceClef = ##t \once \override Staff.Clef #'full-size-change = ##t \time 4/4

Re: Yet another 2 patches for music streams

2006-05-22 Thread Johannes Schindelin
Hi, On Mon, 22 May 2006, Erik Sandberg wrote: > On Monday 22 May 2006 17:43, Johannes Schindelin wrote: > > > You might want to experiment with some of the newer VC systems. Someone > > > on the list mirrors lilypond CVS with GIT. > > > > I do. > > > > If you are interested, I can make it public.

Re: release announcements?

2006-05-22 Thread Han-Wen Nienhuys
Thomas Bushnell BSG schreef: Why do I never see release announcements on lilypond-devel? because they're posted on info-lilypond@gnu.org -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen LilyPond Software Design -- Code for Music Notation http://www.lilypond-design.co

lilypond 2.8, make fails, NCSB_SOURCE_FILES

2006-05-22 Thread Karl Hammar
$ ./configure; make ... make[1]: Entering directory `/home/karl/most/music/lilypond/2.8/mf' make[1]: *** No rule to make target [EMAIL PROTECTED]@', needed by `out/CenturySchL-Ital.otf'. Stop. make[1]: Leaving directory `/home/karl/most/music/lilypond/2.8/mf' make: *** [all] Error 2 $ Does not

Re: Yet another 2 patches for music streams

2006-05-22 Thread Erik Sandberg
On Monday 22 May 2006 17:43, Johannes Schindelin wrote: > > You might want to experiment with some of the newer VC systems. Someone > > on the list mirrors lilypond CVS with GIT. > > I do. > > If you are interested, I can make it public. > > At the moment, I track the CVS every morning (Greenwich t

release announcements?

2006-05-22 Thread Thomas Bushnell BSG
Why do I never see release announcements on lilypond-devel? ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: lilypond 2.8 make fails

2006-05-22 Thread Karl Hammar
> Karl Hammar schreef: > > Patch in attachment. > > Building lilypond 2.8 (from todays cvs), make fails: > > > > > Index: mf/GNUmakefile > > === > > RCS file: /sources/lilypond/lilypond/mf/GNUmakefile,v > > retrieving revision 1.193

Re: Yet another 2 patches for music streams

2006-05-22 Thread Johannes Schindelin
Hi, On Mon, 22 May 2006, Han-Wen Nienhuys wrote: > Erik Sandberg schreef: > > > Also, in general, I think it should be possible to split patches up > > > further, eg. the tremolo stuff seems independent of the > > > partcombine/lyriccombine stuff. > > > > A problem is my limited internet access

Re: lilypond 2.8 make fails

2006-05-22 Thread Han-Wen Nienhuys
Karl Hammar schreef: Patch in attachment. Building lilypond 2.8 (from todays cvs), make fails: Index: mf/GNUmakefile === RCS file: /sources/lilypond/lilypond/mf/GNUmakefile,v retrieving revision 1.193.2.1 diff -u -r1.193.2.1 GNUm

lilypond 2.8 make fails

2006-05-22 Thread Karl Hammar
Patch in attachment. Building lilypond 2.8 (from todays cvs), make fails: $ ./configure checking build system type... i686-pc-linux-gnu checking Package... LILYPOND ... checking for mftrace... mftrace checking mftrace version... 1.2.4 ... $ make cd /home/karl/most/music/lilypond

Re: Yet another 2 patches for music streams

2006-05-22 Thread Han-Wen Nienhuys
Erik Sandberg schreef: > I think the proper way is to make it a music macro; is it OK to keep > it a music function until music macros exist? (also, the music > function code attempts to signal errors when \once is used in the > wrong place, so from a user's point of view, little changes) Why do

Re: Yet another 2 patches for music streams

2006-05-22 Thread Erik Sandberg
On 5/22/06, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: Erik Sandberg schreef: > I think the proper way is to make it a music macro; is it OK to keep > it a music function until music macros exist? (also, the music > function code attempts to signal errors when \once is used in the > wrong place,

Re: How to set text-direction

2006-05-22 Thread Cameron Horsburgh
On Mon, May 22, 2006 at 02:16:40PM +0200, Han-Wen Nienhuys wrote: > Cameron Horsburgh schreef: > >%%% > >version "2.9.4" > > > > > > >gives me an error: > > > > > > 2.9.5 > > Still no difference. -- = Cameron Horsburgh /dev/rand

Re: How to set text-direction

2006-05-22 Thread Han-Wen Nienhuys
Cameron Horsburgh schreef: %%% version "2.9.4" gives me an error: 2.9.5 -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen LilyPond Software Design -- Code for Music Notation http://www.lilypond-design.com

Re: How to set text-direction

2006-05-22 Thread Cameron Horsburgh
On Mon, May 22, 2006 at 02:02:11PM +0200, Han-Wen Nienhuys wrote: > Try this: > > \markup { > \override #(cons 'text-direction LEFT) \wordwrap { hello this will be > reversed } } > This code: %%% version "2.9.4" \relative{ a^\markup {\override #(cons 'text-direction L

Re: Yet another 2 patches for music streams

2006-05-22 Thread Han-Wen Nienhuys
Erik Sandberg schreef: Also, in general, I think it should be possible to split patches up further, eg. the tremolo stuff seems independent of the partcombine/lyriccombine stuff. A problem is my limited internet access. I can cvs diff very seldom; I often work several days on lily between the

Re: How to set text-direction

2006-05-22 Thread Han-Wen Nienhuys
Cameron Horsburgh schreef: On Mon, May 22, 2006 at 12:10:23PM +0200, Han-Wen Nienhuys wrote: Cameron Horsburgh schreef: Hi folks, I'm trying to write the documentation for the newish feature whereby the direction of text scripts can be changed. From the 2.8 NEWS: The order of words in \mark

Re: Yet another 2 patches for music streams

2006-05-22 Thread Erik Sandberg
On 5/22/06, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: Also, in general, I think it should be possible to split patches up further, eg. the tremolo stuff seems independent of the partcombine/lyriccombine stuff. A problem is my limited internet access. I can cvs diff very seldom; I often work

Re: Doc addition: Rehearsal Mark Alignment

2006-05-22 Thread Cameron Horsburgh
On Mon, May 22, 2006 at 08:22:48PM +1000, Cameron Horsburgh wrote: Okay, here's an updated version of my suggested entry. ** The horizontal location of rehearsal marks can be adjusted by setting break-align-symbol: \relative { c1 \key cis \major \clef alto \overrid

Re: How to set text-direction

2006-05-22 Thread Cameron Horsburgh
On Mon, May 22, 2006 at 12:10:23PM +0200, Han-Wen Nienhuys wrote: > Cameron Horsburgh schreef: > >Hi folks, > > > >I'm trying to write the documentation for the newish feature whereby the > >direction of text scripts can be changed. From the 2.8 NEWS: > > > >The order of words in \markup commands

Re: Getting the height of a system.

2006-05-22 Thread Joe Neeman
On Mon, 2006-05-22 at 10:57 +0200, Han-Wen Nienhuys wrote: > Joe Neeman schreef: > >> In that case, you could get the approximate height of one broken system > >> in logarithmic time. > >> > > Here's a first attempt at doing this. It isn't complete or well-tested > > yet. I add 4 grob properties >

Re: Doc addition: Rehearsal Mark Alignment

2006-05-22 Thread Han-Wen Nienhuys
Cameron Horsburgh schreef: I've had a look at the note in the 2.8 News file about the new rehearsalMarkAlignSymbol. > It seems to say everything that's needed, but I'm wondering if we need > a list of possible values. The example shows key-signature and clef---where can I find the others? Che

Doc addition: Rehearsal Mark Alignment

2006-05-22 Thread Cameron Horsburgh
I've had a look at the note in the 2.8 News file about the new rehearsalMarkAlignSymbol. It seems to say everything that's needed, but I'm wondering if we need a list of possible values. The example shows key-signature and clef---where can I find the others? I've also noticed that the explanati

Re: How to set text-direction

2006-05-22 Thread Han-Wen Nienhuys
Cameron Horsburgh schreef: Hi folks, I'm trying to write the documentation for the newish feature whereby the direction of text scripts can be changed. From the 2.8 NEWS: The order of words in \markup commands may now be reversed by setting the text-direction property. This is useful for Righ

How to set text-direction

2006-05-22 Thread Cameron Horsburgh
Hi folks, I'm trying to write the documentation for the newish feature whereby the direction of text scripts can be changed. From the 2.8 NEWS: The order of words in \markup commands may now be reversed by setting the text-direction property. This is useful for Right-to-Left languages like Hebr

Re: pdf documentation broken

2006-05-22 Thread Han-Wen Nienhuys
Han-Wen Nienhuys schreef: I have no clue. Can you refactor this into a bugreport for the texinfo mailing list? oh, and can you revert the patch as far as necessary to build the documentation of CVS HEAD? -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen LilyPond Sof

Re: Yet another 2 patches for music streams

2006-05-22 Thread Han-Wen Nienhuys
Erik Sandberg schreef: Hi, I've finished 2 more patches for music streams. One of them is considerably larger than the other, but the two should be independent. Some comments. Also, in general, I think it should be possible to split patches up further, eg. the tremolo stuff seems independe

Re: Getting the height of a system.

2006-05-22 Thread Han-Wen Nienhuys
Joe Neeman schreef: In that case, you could get the approximate height of one broken system in logarithmic time. Here's a first attempt at doing this. It isn't complete or well-tested yet. I add 4 grob properties > Y-extent-safe Y-offset-safe default-Y-extent-is-safe default-Y-offset-is-safe

Re: lilypond ./ChangeLog lily/dynamic-engraver.cc l...

2006-05-22 Thread Han-Wen Nienhuys
Erlend Aasland schreef: This change looks a bit weird to me. Should not this padding only be applied if the right part of the hairpin is attached to a barline (and not a note)? That is, something like this: --- lily/hairpin.cc 16 May 2006 19:00:39 - 1.66 +++ lily/hairpin.cc 1

Re: Getting the height of a system.

2006-05-22 Thread Joe Neeman
On Mon, 2006-05-15 at 12:20 +0200, Han-Wen Nienhuys wrote: > Perhaps you could even compute for each VerticalAxisGroup the range of > column ranks where it would disappear, and use that information add a > method to compute the approximate height of an alignment spanner, where > you explicitly c