From: Adam Spiers Date: Wed, 2 Nov 2011 11:26:37 +0000 (+0000) Subject: Fix indentation in chord-ignatzek-names.scm X-Git-Tag: release/2.15.21-1~27 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1f18bbdd0954ae2f41ffa18cc9a5df2e79653d48;p=lilypond.git Fix indentation in chord-ignatzek-names.scm --- diff --git a/scm/chord-ignatzek-names.scm b/scm/chord-ignatzek-names.scm index b20d32947d..7c47ff7c5f 100644 --- a/scm/chord-ignatzek-names.scm +++ b/scm/chord-ignatzek-names.scm @@ -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 '())