X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fchord-name-major7.ly;h=e692c2f77d4d1e2c332686e8e82294264c9dd302;hb=34881554afeaf03a55a3a983caf9cfeaaf3ea060;hp=cbe0d0ae8f27901921405448eb25a0ce04f6b1f1;hpb=721b4cdb9a1d6698e2e58aba05559173036fe27f;p=lilypond.git diff --git a/input/regression/chord-name-major7.ly b/input/regression/chord-name-major7.ly index cbe0d0ae8f..e692c2f77d 100644 --- a/input/regression/chord-name-major7.ly +++ b/input/regression/chord-name-major7.ly @@ -1,11 +1,11 @@ -\version "1.7.16" +\version "2.3.22" \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+ }