From 4598fcc3bcbf2ae0259999607b895357f7dd6da4 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Tue, 1 Nov 2011 15:54:28 +0000 Subject: [PATCH] replace tabs with spaces and fix indentation in ly/chord-modifiers-init.ly --- ly/chord-modifiers-init.ly | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/ly/chord-modifiers-init.ly b/ly/chord-modifiers-init.ly index 75b804bb05..dc5e58d027 100644 --- a/ly/chord-modifiers-init.ly +++ b/ly/chord-modifiers-init.ly @@ -23,29 +23,29 @@ blackTriangleMarkup = \markup { } ignatzekExceptionMusic = { - 1-\markup { "+" } - -\markup { \super "o" } % should be $\circ$ ? - -\markup { - %% f8 is o with slash. - \super #(ly:export (ly:wide-char->utf-8 #x00f8)) - } - -\markup { \super "o7" } + 1-\markup { "+" } + -\markup { \super "o" } % should be $\circ$ ? + -\markup { + %% f8 is o with slash. + \super #(ly:export (ly:wide-char->utf-8 #x00f8)) + } + -\markup { \super "o7" } } partialJazzMusic = { - 1-\markup { \normal-size-super "2" } - -\markup { "m" } - -\markup { \normal-size-super "sus4" } - -\markup { \normal-size-super "5" } - - %% TODO, partial exceptions - -\markup { "m" }-\markup { \normal-size-super "sus4" } - -\markup { "m" }-\markup { \normal-size-super "sus2" } + 1-\markup { \normal-size-super "2" } + -\markup { "m" } + -\markup { \normal-size-super "sus4" } + -\markup { \normal-size-super "5" } + + %% TODO, partial exceptions + -\markup { "m" }-\markup { \normal-size-super "sus4" } + -\markup { "m" }-\markup { \normal-size-super "sus2" } } powerChordSymbol = { - -\markup { \normal-size-super "5" } - 1-\markup { \normal-size-super "5" } + -\markup { \normal-size-super "5" } + 1-\markup { \normal-size-super "5" } } @@ -57,7 +57,7 @@ partialJazzExceptions= #(sequential-music-to-chord-exceptions partialJazzMusic #f) powerChordExceptions = - #(sequential-music-to-chord-exceptions powerChordSymbol #t) +#(sequential-music-to-chord-exceptions powerChordSymbol #t) ignatzekExceptions = #(sequential-music-to-chord-exceptions ignatzekExceptionMusic #t) -- 2.39.2