]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/display-woodwind-diagrams.scm
Reformat some files to let emacs do its work correctly.
[lilypond.git] / scm / display-woodwind-diagrams.scm
index 1737890f5f70088e9228eb026d81c56be4009409..463e0810095f3903122eab388729f989655558e1 100644 (file)
 
 ;; Assembly functions
 
-; Scans a bank for name.
-; for example, '(left-hand . bes) will return bes in the left-hand
-; of a given bank
+;; Scans a bank for name.
+;; for example, '(left-hand . bes) will return bes in the left-hand
+;; of a given bank
 (define (get-key name bank)
   (assoc-get (cdr name) (assoc-get (car name) bank)))