Re: Helper macros for music analysis

2018-11-07 Thread Jérôme Plût
Tertio Nonas Novembres MMXVIII scripsit Thomas Morley : > > I tried to hunt this down... > > Although, I still don't know why #(load "file.scm") done in a ly-file > > stopped working, [...] > > Still no clue, though, in ly-files (load ...) works only with an absolute > path. > In native guilev2,

Re: Helper macros for music analysis

2018-11-03 Thread Thomas Morley
Am Sa., 3. Nov. 2018 um 16:16 Uhr schrieb Thomas Morley : > > Am Do., 1. Nov. 2018 um 16:21 Uhr schrieb Thomas Morley > : > > > Furthermore, compiling your code with my guilev2-setup fails right > > from the beginning with: > > error: GUILE signaled an error for the expression beginning here > > #

Re: Helper macros for music analysis

2018-11-03 Thread Thomas Morley
Am Do., 1. Nov. 2018 um 16:21 Uhr schrieb Thomas Morley : > Furthermore, compiling your code with my guilev2-setup fails right > from the beginning with: > error: GUILE signaled an error for the expression beginning here > # > (load "motif.scm") > Unable to find file "./motif.scm" in load path I

Re: Helper macros for music analysis

2018-11-01 Thread Thomas Morley
Am Do., 1. Nov. 2018 um 19:37 Uhr schrieb Jérôme Plût : > > Kalendis Novembribus MMXVIII scripsit Thomas Morley : > > Part of the problem is you use 'structure as a music-property without > > declaring it. As a consequence using the option -dcheck-internal-types > > makes the compilation fail. > >

Re: Helper macros for music analysis

2018-11-01 Thread Jérôme Plût
Kalendis Novembribus MMXVIII scripsit Thomas Morley : > Part of the problem is you use 'structure as a music-property without > declaring it. As a consequence using the option -dcheck-internal-types > makes the compilation fail. This is why, in a previous iteration of this code, I used an invisibl

Re: Helper macros for music analysis

2018-11-01 Thread Thomas Morley
Am Do., 1. Nov. 2018 um 14:44 Uhr schrieb Jérôme Plût : > > > I wrote some macros to help write analysis of musical pieces. > Here is an example file (on Bach's Invention I). > > Structural analysis is (of course) performed by hand, and displayed on > a Lyrics structure on top of the music. (This p

Helper macros for music analysis

2018-11-01 Thread Jérôme Plût
I wrote some macros to help write analysis of musical pieces. Here is an example file (on Bach's Invention I). Structural analysis is (of course) performed by hand, and displayed on a Lyrics structure on top of the music. (This part is only a set of very simple macros). Harmonic analysis is perf