]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/midi.scm
* GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
[lilypond.git] / scm / midi.scm
index 807a020a3ba4f14af30a779272e06272b28f329f..b41308b77abda626c346f9df1800f60e233d7d19 100644 (file)
@@ -285,4 +285,4 @@ returns the program of the instrument
 
 (define-public (alterations-in-key pitch-list)
   "Count number of sharps minus number of flats"
-  (/ (apply + (map cdr pitch-list))) 2)
+  (/ (apply + (map cdr pitch-list)) 2))