]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-name-major7.ly
bump .ly \version to 2.10.0
[lilypond.git] / input / regression / chord-name-major7.ly
index 63ea28a700572e6862d3f631e6b2a11f9caa7873..fbfbbef095d2e430d7405ee902cc4e12d61ca33f 100644 (file)
@@ -1,11 +1,11 @@
-\version "1.9.1"
+\version "2.10.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+
 }