]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix indentation in chord-ignatzek-names.scm
authorAdam Spiers <lilypond@adamspiers.org>
Wed, 2 Nov 2011 11:26:37 +0000 (11:26 +0000)
committerAdam Spiers <lilypond@adamspiers.org>
Tue, 29 Nov 2011 11:04:45 +0000 (11:04 +0000)
scm/chord-ignatzek-names.scm

index b20d32947dd75096f363447608d33ce640916851..7c47ff7c5f7b6276ecb110f3727679e714709a91 100644 (file)
@@ -221,8 +221,8 @@ work than classifying the pitches."
          (pitches (map (lambda (x) (ly:pitch-diff x root)) (cdr in-pitches)))
          (lowercase-root?
           (and (ly:context-property context 'chordNameLowercaseMinor)
-       (let ((third (get-step 3 pitches)))
-            (and third (= (ly:pitch-alteration third) FLAT)))))
+               (let ((third (get-step 3 pitches)))
+                 (and third (= (ly:pitch-alteration third) FLAT)))))
          (exceptions (ly:context-property context 'chordNameExceptions))
          (exception (assoc-get pitches exceptions))
          (prefixes '())