]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/chord-entry.scm
Merge with master
[lilypond.git] / scm / chord-entry.scm
index cf8ea886f28de2783db191bcb7a768d64092dcb6..275367bb39fec37fdb7663ab28ab9e9835f2b440 100644 (file)
@@ -218,6 +218,7 @@ DURATION, and INVERSION."
   (map (lambda (n)
         (define (nca x)
           (if (= x 7) FLAT 0))
+        
         (if (>= n 8)
             (ly:make-pitch 1 (- n 8) (nca n))
             (ly:make-pitch 0 (- n 1) (nca n))))