From ff7a55be2fea656b5312bcc7d5e3bef22e6a1666 Mon Sep 17 00:00:00 2001
From: hanwen <hanwen>
Date: Sat, 4 Jan 2003 18:11:50 +0000
Subject: [PATCH] new file

---
 input/regression/chord-name-styles.ly | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

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"
-- 
2.39.5