]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/chord-entry.scm
* lily/parser.yy (step_number): semitones for chord entry too.
[lilypond.git] / scm / chord-entry.scm
index d70e8f0a44ddff6306f61b9c50d6256419af4f15..670ff646eb21a24c96947d41ae648a57e9f7510a 100644 (file)
@@ -14,16 +14,14 @@ Entry point for the parser.
 
 "
   (let*
-      (
-       (flat-mods (flatten-list modifications))
+      ((flat-mods (flatten-list modifications))
        (base-chord (stack-thirds (ly:make-pitch 0 4 0) the-canonical-chord))
        (complete-chord '())
        (bass #f)
        (inversion #f)
        (lead-mod #f)
        (explicit-11 #f)
-       (start-additions #t)
-       )
+       (start-additions #t))
 
     (define (interpret-inversion chord mods)
       "Read /FOO   part. Side effect: INVERSION is set."