From: Han-Wen Nienhuys Date: Sat, 4 Jan 2003 18:11:50 +0000 (+0000) Subject: new file X-Git-Tag: release/1.7.11~10 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=094432fe572b76604e8ead3260b79b527151a7ce;p=lilypond.git new file --- diff --git a/input/regression/chord-name-styles.ly b/input/regression/chord-name-styles.ly index 46c15b356d..a50bdff3aa 100644 --- a/input/regression/chord-name-styles.ly +++ b/input/regression/chord-name-styles.ly @@ -6,7 +6,7 @@ scheme = \chords { % major chords - c + c1 c:6 % 6 = major triad with added sixth c:maj % triangle = maj c:6.9^7 % 6/9 @@ -47,16 +47,16 @@ scheme = \chords { \score { \notes < - \context ChordNames { - #(set-chord-name-style 'jazz) - \property ChordNames.instrument = #"Jazz" - \property ChordNames.instr = #"Jz" - \scheme } \context ChordNames = bn { #(set-chord-name-style 'banter) \property ChordNames.instrument = # "Banter" \property ChordNames.instr = #"Bn" \scheme } + \context ChordNames = jz { + #(set-chord-name-style 'jazz) + \property ChordNames.instrument = #"Jazz" + \property ChordNames.instr = #"Jz" + \scheme } \context ChordNames = am { #(set-chord-name-style 'american) \property ChordNames.instr = #"Am"