]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-name-major7.ly
Add "--no-parallel" to dh_auto_clean in debian/rules
[lilypond.git] / input / regression / chord-name-major7.ly
index 44ddf8f7d9892a0f2e8e594f07015a254ab6d9f0..285c41ce29f15cd0435624d2d73088951edbbf6e 100644 (file)
@@ -1,11 +1,11 @@
-\version "2.1.7"
+\version "2.16.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+
 }