Re: Create a \tuplet function to complement \times and tupletSpannerDuration (issue 7058068)

2013-01-11 Thread ianhulin44
Hi David, Thanks for spotting this may get lost. Actually getting this one finished after all the [talk] and [proposal] discussions was first on my list of things to do, but I have had to spend the holiday period in hospital, with access to only half of of my e-mails etc. I've only got access

Re: Create a \tuplet function to complement \times and tupletSpannerDuration (issue 7058068)

2013-01-11 Thread ianhulin44
Hi David, Please ignore most of my last post. It looks like you're doing stage one of what the [talk] [proposal] stuff was about. Many thanks, Ian https://codereview.appspot.com/7058068/ ___ lilypond-devel mailing list lilypond-devel@gnu.org

Re: Create a \tuplet function to complement \times and tupletSpannerDuration (issue 7058068)

2013-01-11 Thread ianhulin44
I don't think \tuplet needs the tupletSpannerDuration property. Do it all in-line using the optional @var{duration} parameter. (Maybe call this spanner-duration). See comments below. Cheers, Ian https://codereview.appspot.com/7058068/diff/4/ly/music-functions-init.ly File

Re: Create a \tuplet function to complement \times and tupletSpannerDuration (issue 7058068)

2013-01-11 Thread dak
Ok, most of this is obsolete due to myself not managing reviews properly. The current review for issue 3095 is to be found at URL:http://codereview.appspot.com/7094044. I am closing this one down. Apologies. On 2013/01/11 18:28:35, Ian Hulin (gmail) wrote: I don't think \tuplet needs the

Re: Create a \tuplet function to complement \times and tupletSpannerDuration (issue 7058068)

2013-01-10 Thread tdanielsmusic
LGTM https://codereview.appspot.com/7058068/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Create a \tuplet function to complement \times and tupletSpannerDuration (issue 7058068)

2013-01-10 Thread benko . pal
good for a start but I have some problems with the duration parameter: 1. { \tuplet 3/2 { c8 c c c c c } \tuplet 3/2 4 { c8 c c c c c } \tuplet 3/2 { c8 c c c c c } } I found it ugly that the first and last input line are engraved differently (i.e. duration has an effect outside of its

Re: Create a \tuplet function to complement \times and tupletSpannerDuration (issue 7058068)

2013-01-10 Thread dak
On 2013/01/10 22:21:23, benko.pal wrote: good for a start but I have some problems with the duration parameter: 1. { \tuplet 3/2 { c8 c c c c c } \tuplet 3/2 4 { c8 c c c c c } \tuplet 3/2 { c8 c c c c c } } I found it ugly that the first and last input line are engraved

Re: Create a \tuplet function to complement \times and tupletSpannerDuration (issue 7058068)

2013-01-10 Thread tdanielsmusic
On 2013/01/10 22:40:03, dak wrote: No good idea how to work this one reasonably since tupletSpannerDuration is being set permanently. Maybe one should scrap tupletSpannerDuration altogether and just encode the duration straight into the event? That's where it ends up anyway. Huh, or

Create a \tuplet function to complement \times and tupletSpannerDuration (issue 7058068)

2013-01-09 Thread lemzwerg
LGTM. https://codereview.appspot.com/7058068/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel