Re: Compound time signature style

2014-11-07 Thread David Kastrup
Hans Aberg writes: >> On 6 Nov 2014, at 21:42, David Kastrup wrote: >> >> Hans Aberg writes: > >>> You wanted \compoundMeter to be numeric, so I gave a possible >>> algorithmic structure, reiterating discussions of the past on LilyPond >>> lists. Once one has that, the time signature derives f

Re: Compound time signature style

2014-11-07 Thread Hans Aberg
> On 7 Nov 2014, at 10:08, David Kastrup wrote: > > Hans Aberg writes: > >>> On 6 Nov 2014, at 21:42, David Kastrup wrote: >>> >>> Hans Aberg writes: >> You wanted \compoundMeter to be numeric, so I gave a possible algorithmic structure, reiterating discussions of the past on Lil

Re: Compound time signature style

2014-11-07 Thread Hans Aberg
> On 7 Nov 2014, at 00:37, Dan Eble wrote: > > On Nov 6, 2014, at 08:46 , David Kastrup wrote: >> >> I lean towards not consulting the style here. \compoundMeter to me >> feels like it should just be numeric. >> >> Of course, to allow for full laziness, it might make sense to interpret >> >

Wish/suggestion: \import statement

2014-11-07 Thread Urs Liska
There has been discussion every now and then about ways to include files only once, with different suggestions but no final outcome (IIRC). I would like to re-raise the issue with a slightly different perspective. I think one thing LilyPond could use is encouraging people to use *libraries*. O

Re: Compound time signature style

2014-11-07 Thread David Kastrup
Hans Aberg writes: >> On 7 Nov 2014, at 10:08, David Kastrup wrote: > >> The question was when to use 4/4 and when to use C in a time >> signature. This is not related to the accent structure of the music >> as much as it is to the century of its origin and the conventions >> used in its respec

Re: Wish/suggestion: \import statement

2014-11-07 Thread David Kastrup
Urs Liska writes: > \import harmonic-analysis > would load everything at once (I'd even suggest this command working > with symbolic names and not filenames). > > \importFrom harmonic-analysis #'(pitch-class riemann) > would only load the two submodules. > (The submodule would have to \import the

Re: Compound time signature style

2014-11-07 Thread Hans Aberg
> On 7 Nov 2014, at 11:38, David Kastrup wrote: > > Hans Aberg writes: > >>> On 7 Nov 2014, at 10:08, David Kastrup wrote: >> >>> The question was when to use 4/4 and when to use C in a time >>> signature. This is not related to the accent structure of the music >>> as much as it is to the

Fix trill timing in articulate.ly (issue 173750043 by tristanjela...@gmail.com)

2014-11-07 Thread Tristanjelacic
Reviewers: , Description: Fix trill timing in articulate.ly Used a fixed duration for the "twiddletime" instead of the broken heuristic that was used before. Please review this at https://codereview.appspot.com/173750043/ Affected files (+3, -5 lines): M ly/articulate.ly Index: ly/articula

Re: Add chord range to make-part-combine-music (issue 144170043 by nine.fierce.ball...@gmail.com)

2014-11-07 Thread nine . fierce . ballads
On 2014/11/06 05:44:50, Keith wrote: Changing the current global variable 'partcombine-chord-range' will not become the user interface. All I meant for that variable was to avoid repeating the same magic numbers three times. Is there a more idiomatic way to do that in Scheme? Should I have

Re: Compound time signature style

2014-11-07 Thread David Kastrup
Hans Aberg writes: >> On 7 Nov 2014, at 11:38, David Kastrup wrote: >> >> Hans Aberg writes: >> On 7 Nov 2014, at 10:08, David Kastrup wrote: >>> The question was when to use 4/4 and when to use C in a time signature. This is not related to the accent structure of the music

Re: Compound time signature style

2014-11-07 Thread Dan Eble
On Nov 7, 2014, at 01:46 , David Kastrup wrote: > > Dan Eble writes: > >> If both \compoundMeter #(2 3 8) and \compoundMeter 4/4 could be made >> to work, why bother keeping both \compoundMeter and \time? Why not >> just let \time do all the work? > > Because of > > \time #'(2 3 2) #'(8 8) >

Re: Fix trill timing in articulate.ly (issue 173750043 by tristanjela...@gmail.com)

2014-11-07 Thread nine . fierce . ballads
It's a bit presumptuous of me to comment on code I know little about, but it occurs to me that if it were that simple, it probably would have been done that way in the first place. Can you go into some detail about the nature of the problem? What case was failing for you and how is your version

Re: Compound time signature style

2014-11-07 Thread Hans Aberg
> On 7 Nov 2014, at 13:45, David Kastrup wrote: > > Hans Aberg writes: > >>> On 7 Nov 2014, at 11:38, David Kastrup wrote: >>> >>> Hans Aberg writes: >>> > On 7 Nov 2014, at 10:08, David Kastrup wrote: > The question was when to use 4/4 and when to use C in a time > sign

Re: Compound time signature style

2014-11-07 Thread Hans Aberg
> On 7 Nov 2014, at 13:55, Dan Eble wrote: > > On Nov 7, 2014, at 01:46 , David Kastrup wrote: >> >> Dan Eble writes: >> >>> If both \compoundMeter #(2 3 8) and \compoundMeter 4/4 could be made >>> to work, why bother keeping both \compoundMeter and \time? Why not >>> just let \time do all

Re: Compound time signature style

2014-11-07 Thread David Kastrup
Dan Eble writes: > On Nov 7, 2014, at 01:46 , David Kastrup wrote: >> >> Dan Eble writes: >> >>> If both \compoundMeter #(2 3 8) and \compoundMeter 4/4 could be made >>> to work, why bother keeping both \compoundMeter and \time? Why not >>> just let \time do all the work? >> >> Because of >

Re: Compound time signature style

2014-11-07 Thread Hans Aberg
> On 7 Nov 2014, at 14:39, David Kastrup wrote: > > Dan Eble writes: > >> On Nov 7, 2014, at 01:46 , David Kastrup wrote: >>> >>> Dan Eble writes: >>> If both \compoundMeter #(2 3 8) and \compoundMeter 4/4 could be made to work, why bother keeping both \compoundMeter and \time?

Re: Wish/suggestion: \import statement

2014-11-07 Thread Urs Liska
Am 07.11.2014 12:31, schrieb David Kastrup: Urs Liska writes: \import harmonic-analysis would load everything at once (I'd even suggest this command working with symbolic names and not filenames). \importFrom harmonic-analysis #'(pitch-class riemann) would only load the two submodules. (The

Re: Wish/suggestion: \import statement

2014-11-07 Thread Urs Liska
Am 07.11.2014 18:01, schrieb David Kastrup: Urs Liska writes: Am 07.11.2014 12:31, schrieb David Kastrup: What we need is to drag the concept of modules into LilyPond, What do you mean by this? Do you suggest to implement a module approach that is somewhat parallel to Scheme's use-module ap

Re: Wish/suggestion: \import statement

2014-11-07 Thread David Kastrup
Urs Liska writes: > Am 07.11.2014 12:31, schrieb David Kastrup: >> What we need is to drag the concept of modules into LilyPond, > > What do you mean by this? > Do you suggest to implement a module approach that is somewhat > parallel to Scheme's use-module approach? No, more likely an approach

Re: Wish/suggestion: \import statement

2014-11-07 Thread David Kastrup
Urs Liska writes: > Am 07.11.2014 18:01, schrieb David Kastrup: >> Urs Liska writes: >> >>> Am 07.11.2014 12:31, schrieb David Kastrup: What we need is to drag the concept of modules into LilyPond, >>> What do you mean by this? >>> Do you suggest to implement a module approach that is somew

make-musicglyph-markup puzzle

2014-11-07 Thread Dan Eble
I’m having trouble figuring out how to make this function fall back on another time signature style (make-simple-numbered-time-signature-markup fraction) if the requested glyph is not present. (define-public (make-glyph-time-signature-markup style fraction) (make-musicglyph-markup (string-ap

Re: make-musicglyph-markup puzzle

2014-11-07 Thread Dan Eble
> On Nov 7, 2014, at 20:04 , Dan Eble wrote: > > I’m having trouble figuring out how to make this function fall back on > another time signature style (make-simple-numbered-time-signature-markup > fraction) if the requested glyph is not present. > > (define-public (make-glyph-time-signature-m

Re: Add chord range to make-part-combine-music (issue 144170043 by nine.fierce.ball...@gmail.com)

2014-11-07 Thread Keith OHara
On Fri, 07 Nov 2014 04:37:41 -0800, wrote: On 2014/11/06 05:44:50, Keith wrote: Changing the current global variable 'partcombine-chord-range' will not become the user interface. All I meant for that variable was to avoid repeating the same magic numbers three times. Is there a more idiom