diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2003-08-07 00:58:35 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2003-08-07 00:58:35 +0000 |
commit | 18d1d3e16daf265790468505261abf342badc41e (patch) | |
tree | 04071e7d53add22cbbf8852678289af13e665071 /scm | |
parent | 582f368c09121f2310f799fad2760a88d47a242a (diff) |
* GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
local-WWW-post target.
(rsync-web): add rsync-web target
* Documentation/user/introduction.itely (Music notation and
engraving): add neume example
* input/puer-fragment.ly (cantus): add puer-fragment
Diffstat (limited to 'scm')
-rw-r--r-- | scm/midi.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scm/midi.scm b/scm/midi.scm index 9cb0d89b1d..be4b3dc720 100644 --- a/scm/midi.scm +++ b/scm/midi.scm @@ -5,6 +5,12 @@ ;;; (c) 2000--2003 Jan Nieuwenhuizen <janneke@gnu.org> + +;;;;;;;;;;;;;;;;;; +;;; TODO: + +;; this is broken: we should not ever export variables from Scheme. + ;; define factor of total volume per dynamic marking (define-public absolute-volume-alist '()) (set! absolute-volume-alist |