Discussion:
:forceacc
Kilian Sprotte
2006-02-15 11:42:33 UTC
Permalink
Hi,

I am just wondering, whether it could be a good idea to add
a :forceacc mark;
it would behave exactly like :cautacc, but avoid having parentheses
in the notation.

Let's say I want to have a clear printout of a twelve-tone row or
maybe print some Boulez or Schoenberg.... Adding :forceacc to every
note, would allow for having naturals before every note. Maybe I have
overlooked (again) some of the settings, but I have the impression
that this is currently not possible and it doesn't really require
having its own acc-spelling algorithm.

Cheers,

-Kilian
David Psenicka
2006-02-16 06:56:19 UTC
Permalink
That should be fairly easy to implement--there's already an internal
:showacc mark, I could just make it available to the user.
Hi,
I am just wondering, whether it could be a good idea to add a
:forceacc mark;
it would behave exactly like :cautacc, but avoid having parentheses
in the notation.
Let's say I want to have a clear printout of a twelve-tone row or
maybe print some Boulez or Schoenberg.... Adding :forceacc to every
note, would allow for having naturals before every note. Maybe I have
overlooked (again) some of the settings, but I have the impression
that this is currently not possible and it doesn't really require
having its own acc-spelling algorithm.
Cheers,
-Kilian
_______________________________________________
fomus-devel mailing list
http://common-lisp.net/cgi-bin/mailman/listinfo/fomus-devel
David Psenicka
2006-02-16 06:14:23 UTC
Permalink
That should be fairly easy to implement--there's already an internal
:showacc mark, I could just make it available to the user.
Hi,
I am just wondering, whether it could be a good idea to add a
:forceacc mark;
it would behave exactly like :cautacc, but avoid having parentheses
in the notation.
Let's say I want to have a clear printout of a twelve-tone row or
maybe print some Boulez or Schoenberg.... Adding :forceacc to every
note, would allow for having naturals before every note. Maybe I have
overlooked (again) some of the settings, but I have the impression
that this is currently not possible and it doesn't really require
having its own acc-spelling algorithm.
Cheers,
-Kilian
_______________________________________________
fomus-devel mailing list
http://common-lisp.net/cgi-bin/mailman/listinfo/fomus-devel
David Psenicka
2006-02-23 09:14:52 UTC
Permalink
Added :forceacc, a text file input interface, and compiles now in
LispWorks (though I haven't been able to test it yet--I ran into heap
size issues with their free downloadable version). Also, the nested
tuplet bug mentioned earlier should be fixed, which clears up the last
of the really nasty bugs on my list. -David
David Psenicka
2006-04-11 18:22:09 UTC
Permalink
Kilian,

The test suite is working really well. I added a few more backend
methods and tweaked a function that parses the code (separating fomus
lines from test lines...)

-David

Loading...