]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-name-major7.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / chord-name-major7.ly
index c4488606f01f92aef8da02e31c1faf4ea8493266..3a6a4f82fff6e9da22f56da6cfcbda8d4e9ab5e0 100644 (file)
@@ -1,11 +1,11 @@
-\version "2.1.36"
+\version "2.14.0"
 \header {
     texidoc = "The layout of the major 7 can be tuned with
 @code{majorSevenSymbol}."
 }
 
-\score {\context ChordNames \chords {
-      c:7+
-      \set majorSevenSymbol = \markup { "j7" }
-      c:7+ }
+\chords {
+    c:7+
+    \set majorSevenSymbol = \markup { "j7" }
+    c:7+
 }