Re: Wish/suggestion: \import statement

2014-11-21 Thread Urs Liska
Am 07.11.2014 18:46, schrieb 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 m

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

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 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 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 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