X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fchord-name-major7.ly;h=3a6a4f82fff6e9da22f56da6cfcbda8d4e9ab5e0;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=c4488606f01f92aef8da02e31c1faf4ea8493266;hpb=9c31b0d42a407a412a324a6586cfb0437de4bfd8;p=lilypond.git diff --git a/input/regression/chord-name-major7.ly b/input/regression/chord-name-major7.ly index c4488606f0..3a6a4f82ff 100644 --- a/input/regression/chord-name-major7.ly +++ b/input/regression/chord-name-major7.ly @@ -1,11 +1,11 @@ -\version "2.1.36" +\version "2.14.0" \header { texidoc = "The layout of the major 7 can be tuned with @code{majorSevenSymbol}." } -\score {\context ChordNames \chords { - c:7+ - \set majorSevenSymbol = \markup { "j7" } - c:7+ } +\chords { + c:7+ + \set majorSevenSymbol = \markup { "j7" } + c:7+ }