]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-name-major7.ly
Issue 4402: Part combiner: ignore skips coinciding with rests within a part
[lilypond.git] / input / regression / chord-name-major7.ly
index 63ea28a700572e6862d3f631e6b2a11f9caa7873..285c41ce29f15cd0435624d2d73088951edbbf6e 100644 (file)
@@ -1,11 +1,11 @@
-\version "1.9.1"
+\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+
 }