]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-name-major7.ly
Merge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into dev...
[lilypond.git] / input / regression / chord-name-major7.ly
index 63ea28a700572e6862d3f631e6b2a11f9caa7873..dd35364dcc76f40753f8f230041ce6704a876041 100644 (file)
@@ -1,11 +1,11 @@
-\version "1.9.1"
+\version "2.11.51"
 \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+
 }