]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-name-major7.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / chord-name-major7.ly
index 4b1633bf8cd27bc486243c4871d5e06470882077..ac280c4043d462780e84151417296b42e86acef0 100644 (file)
@@ -1,11 +1,11 @@
-\version "2.1.26"
+\version "2.12.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+
 }