X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fchord-name-major7.ly;h=285c41ce29f15cd0435624d2d73088951edbbf6e;hb=92f8192a33842605b39a1c9f6949638aba76d8e9;hp=4b1633bf8cd27bc486243c4871d5e06470882077;hpb=eba82770802a246bca4afab7eab1f78e84785214;p=lilypond.git diff --git a/input/regression/chord-name-major7.ly b/input/regression/chord-name-major7.ly index 4b1633bf8c..285c41ce29 100644 --- a/input/regression/chord-name-major7.ly +++ b/input/regression/chord-name-major7.ly @@ -1,11 +1,11 @@ -\version "2.1.26" +\version "2.16.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+ }