Re: On popular demand: Free Meter :-)

2007-10-11 Thread Valentin Villenave
2007/10/10, Rune Zedeler <[EMAIL PROTECTED]>: > Valentin, will you update LSR? I replaced the old snippet by the one you posted as a correction. Thanks a lot :) Valentin ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailma

Re: On popular demand: Free Meter :-)

2007-10-10 Thread Ted Walther
Thank you Rune! Ted On Wed, Oct 10, 2007 at 06:27:30PM +0200, Rune Zedeler wrote: Rune Zedeler skrev: \hardbar "||" (And btw don't think it would be possible with current lilypond) Well, inspired by Mats' latest post, I see that it indeed is possible: %%% BEGIN %%% increaseBarNumber = \a

Re: On popular demand: Free Meter :-)

2007-10-10 Thread Rune Zedeler
Rune Zedeler skrev: \hardbar "||" (And btw don't think it would be possible with current lilypond) Well, inspired by Mats' latest post, I see that it indeed is possible: %%% BEGIN %%% increaseBarNumber = \applyContext #(lambda (x) (let ((measurepos (ly:context-property x 'measurePosition)

Re: On popular demand: Free Meter :-)

2007-10-06 Thread Eyolf Ă˜strem
On 06.10.2007 (16:35), Rune Zedeler wrote: > (ofcourse you could rename the \increaseBarNumber function to something > shorter - e.g. \ibn thereby getting \ibn\bar "||") Sounds like something that would be useful for arabic music :-) eyolf -- warez /weirz/ n. Widely used in cracker subcultu

Re: On popular demand: Free Meter :-)

2007-10-06 Thread Rune Zedeler
Ted Walther skrev: Rune, can you update your free meter code? I'd like to do this: \hardbar "||" or \hardbar "|" and have it do the right thing, instead of making a new function for each different type of barline. I really do not see the need for this. (And btw don't think it would be possibl

Re: On popular demand: Free Meter :-)

2007-09-22 Thread Ted Walther
Rune, can you update your free meter code? I'd like to do this: \hardbar "||" or \hardbar "|" and have it do the right thing, instead of making a new function for each different type of barline. Ted On Wed, Sep 19, 2007 at 12:22:53AM +0200, Rune Zedeler wrote: Valentin Villenave skrev: I am

Re: On popular demand: Free Meter :-)

2007-09-18 Thread Rune Zedeler
Valentin Villenave skrev: I am certainly not committing anything; Rune might be, but his current work on the accidental code will probably change the whole thing in weeks. No I probably won't. I think having the example in lsr is enough. If we were to include it in the distro officially we sho

Re: On popular demand: Free Meter :-)

2007-09-18 Thread Valentin Villenave
2007/9/18, Ted Walther <[EMAIL PROTECTED]>: > I'm in the dark here. Valentin, are you committing this to the > development branch? And will \increaseBarNumber then be available for > me to use in the next developement release of lilypond? I am certainly not committing anything; Rune might be, bu

Re: On popular demand: Free Meter :-) [sponsorship offer]

2007-09-17 Thread Kieren MacMillan
Hi Han-Wen (et al.): The snippet did not work with grace notes. (Am I the only one who think that the representation of grace timing is a bit messy?) Oh, definitely. The only difference is *I* never get to say such things out lout :) What would it take ($$) to clean up grace code? e.g.,

Re: On popular demand: Free Meter :-)

2007-09-17 Thread Valentin Villenave
2007/9/17, Rune Zedeler <[EMAIL PROTECTED]>: > Sorry for the noise. > The snippet did not work with grace notes. (Am I the only one who think > that the representation of grace timing is a bit messy?) Oh, definitely. The only difference is *I* never get to say such things out lout :) Applied. C

Re: On popular demand: Free Meter :-)

2007-09-17 Thread Rune Zedeler
Valentin Villenave skrev: OK, it's corrected. Sorry for the noise. The snippet did not work with grace notes. (Am I the only one who think that the representation of grace timing is a bit messy?) Try with this: %%% BEGIN %%% increaseBarNumber = \applyContext #(lambda (x) (let ((measurepos

Re: On popular demand: Free Meter :-)

2007-09-17 Thread Valentin Villenave
2007/9/17, Rune Zedeler <[EMAIL PROTECTED]>: > Unfortunately I cannot modify the snippet after you approved it. > There was a bug in it so accidentals worked correctly but printed bar > numbers did not. OK, it's corrected. A funny detail: to find your snippet in the database, all I have to do i

Re: On popular demand: Free Meter :-)

2007-09-17 Thread Ted Walther
Thank you! Ted On Mon, Sep 17, 2007 at 12:13:01AM +0200, Rune Zedeler wrote: c.m.bryan skrev: I'm working on a score where I am in cadenza mode, and inserting bar lines manually (\bar "|"). It seems that accidentals don't reset automatically on these barlines, i.e. a sharp isn't reprinted in

Re: On popular demand: Free Meter :-)

2007-09-16 Thread Rune Zedeler
Valentin Villenave skrev: Thanks for the snippet Rune. You're welcome Approved (a few typos fixed, and HTML tags added). Thanks. Unfortunately I cannot modify the snippet after you approved it. There was a bug in it so accidentals worked correctly but printed bar numbers did not. Will yo

Re: On popular demand: Free Meter :-)

2007-09-16 Thread Valentin Villenave
2007/9/17, Rune Zedeler <[EMAIL PROTECTED]>: > This snippet defines a function, increaseBarNumber, that you can use to > increase the bar number. That way you can have a Free Meter where you > insert bars whereever you like, bar numbers counting correctly and > accidentals behaving correctly. Gre

On popular demand: Free Meter :-)

2007-09-16 Thread Rune Zedeler
c.m.bryan skrev: I'm working on a score where I am in cadenza mode, and inserting bar lines manually (\bar "|"). It seems that accidentals don't reset automatically on these barlines, i.e. a sharp isn't reprinted in the next bar. Is this the intended behavior, and if so, is there any way I can