]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-name-major7.ly
don't set callback if staff-position set. Fixes #126.
[lilypond.git] / input / regression / chord-name-major7.ly
index 9b6e41b5e4d9826ef88b116399f84ba5892c8616..5aa02ef59107eaf4a978078852a3812909ac0d13 100644 (file)
@@ -1,11 +1,11 @@
-\version "2.3.16"
+\version "2.7.39"
 \header {
     texidoc = "The layout of the major 7 can be tuned with
 @code{majorSevenSymbol}."
 }
 
-\score {\context ChordNames \chordmode {
-      c:7+
-      \set majorSevenSymbol = \markup { "j7" }
-      c:7+ }
+\chords {
+    c:7+
+    \set majorSevenSymbol = \markup { "j7" }
+    c:7+
 }