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
That should be fairly easy to implement--there's already an internal :showacc mark, I could just make it available to the user.
Kilian Sprotte wrote:
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 fomus-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/fomus-devel
That should be fairly easy to implement--there's already an internal :showacc mark, I could just make it available to the user.
Kilian Sprotte wrote:
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 fomus-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/fomus-devel
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