]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-name-major7.ly
(print): new file. Set limits to
[lilypond.git] / input / regression / chord-name-major7.ly
index 63ea28a700572e6862d3f631e6b2a11f9caa7873..93fdaf8fcc7ae31a47f26077e0260c06aae28de8 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.9.1"
+\version "2.3.4"
 \header {
     texidoc = "The layout of the major 7 can be tuned with
 @code{majorSevenSymbol}."
@@ -6,6 +6,6 @@
 
 \score {\context ChordNames \chords {
       c:7+
-      \property ChordNames.majorSevenSymbol = \markup { "j7" }
+      \set majorSevenSymbol = \markup { "j7" }
       c:7+ }
 }