]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-name-major7.ly
Merge branch 'stable'
[lilypond.git] / input / regression / chord-name-major7.ly
index 69ac0d394401fbc43779621560382726c3c0c237..ac280c4043d462780e84151417296b42e86acef0 100644 (file)
@@ -1,11 +1,11 @@
-\version "1.9.2"
+\version "2.12.0"
 \header {
     texidoc = "The layout of the major 7 can be tuned with
 @code{majorSevenSymbol}."
 }
 
-\score {\context ChordNames \chords {
-      c:7+
-      \property ChordNames.majorSevenSymbol = \markup { "j7" }
-      c:7+ }
+\chords {
+    c:7+
+    \set majorSevenSymbol = \markup { "j7" }
+    c:7+
 }