Mercurial > hg > amuse
comparison implementations/tabcode/methods.lisp @ 181:a397dfe432f6
TabCode Packaging
darcs-hash:20080709073509-40ec0-33b68a60705a58bedaab5ec071c16501a21a9ad2.gz
author | d.lewis <d.lewis@gold.ac.uk> |
---|---|
date | Wed, 09 Jul 2008 08:35:09 +0100 |
parents | 88089258e08d |
children | 470e83242576 |
comparison
equal
deleted
inserted
replaced
180:1a2b876b5587 | 181:a397dfe432f6 |
---|---|
1 (in-package "AMUSE-TABCODE") | 1 (in-package "AMUSE-TABCODE") |
2 | 2 |
3 (defmethod tempi ((composition tabcode-composition)) | 3 (defmethod tempi ((composition tabcode-composition)) |
4 ()) | 4 ()) |
5 (defmethod time-signatures ((composition tabcode-composition)) | 5 (defmethod time-signatures ((composition tabcode-composition)) |
6 ()) | 6 (metrical-signs composition)) |
7 | 7 |
8 (defmethod get-applicable-key-signatures (object (composition tabcode-composition)) | 8 (defmethod get-applicable-key-signatures (object (composition tabcode-composition)) |
9 ()) | 9 ()) |
10 | 10 |
11 (defmethod crotchet ((object tabcode-object)) | 11 (defmethod crotchet ((object tabcode-object)) |