From 1f18bbdd0954ae2f41ffa18cc9a5df2e79653d48 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Wed, 2 Nov 2011 11:26:37 +0000 Subject: [PATCH] Fix indentation in chord-ignatzek-names.scm --- scm/chord-ignatzek-names.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 '()) -- 2.39.5