X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fchord-name-major7.ly;h=3a6a4f82fff6e9da22f56da6cfcbda8d4e9ab5e0;hb=97b34b56e2cf3f8465f651717b5e0f6ea10d7543;hp=52ccd3bafa45cded7e808249b8be48abc006c8a4;hpb=955f829883aa125b2b633b1e71f6256da5b773fa;p=lilypond.git diff --git a/input/regression/chord-name-major7.ly b/input/regression/chord-name-major7.ly index 52ccd3bafa..3a6a4f82ff 100644 --- a/input/regression/chord-name-major7.ly +++ b/input/regression/chord-name-major7.ly @@ -1,11 +1,11 @@ -\version "1.9.0" +\version "2.14.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+ }