]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-name-major7.ly
Issue 2300: do not tinker with the position of a pitched rest
[lilypond.git] / input / regression / chord-name-major7.ly
index 611067decfd1d5625367fa570794115e54ce5109..3a6a4f82fff6e9da22f56da6cfcbda8d4e9ab5e0 100644 (file)
@@ -1,11 +1,11 @@
-\version "1.9.8"
+\version "2.14.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+
 }