]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-name-major7.ly
makefiles: Don't sort file list in lys-to-tely, but sort lsr list on creation
[lilypond.git] / input / regression / chord-name-major7.ly
index 9b6e41b5e4d9826ef88b116399f84ba5892c8616..dd35364dcc76f40753f8f230041ce6704a876041 100644 (file)
@@ -1,11 +1,11 @@
-\version "2.3.16"
+\version "2.11.51"
 \header {
     texidoc = "The layout of the major 7 can be tuned with
 @code{majorSevenSymbol}."
 }
 
-\score {\context ChordNames \chordmode {
-      c:7+
-      \set majorSevenSymbol = \markup { "j7" }
-      c:7+ }
+\chords {
+    c:7+
+    \set majorSevenSymbol = \markup { "j7" }
+    c:7+
 }