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,
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
> > #
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
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.
>
>
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
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
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