X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fchords-funky-ignatzek.ly;h=ac1d5f263ade36b96323c4a0c919af10368a99bf;hb=01b15679731ac5fcaf8edac1ad5bce6acba10ff0;hp=b70d189775cf0e96d59ab7b6de295322911ac546;hpb=197f00037dc4c9e7bd17368f50d11dd8cde7a994;p=lilypond.git diff --git a/input/regression/chords-funky-ignatzek.ly b/input/regression/chords-funky-ignatzek.ly index b70d189775..ac1d5f263a 100644 --- a/input/regression/chords-funky-ignatzek.ly +++ b/input/regression/chords-funky-ignatzek.ly @@ -1,11 +1,11 @@ -\version "2.1.22" +\version "2.19.22" \header { -texidoc = "Jazz chords, unusual combinations." +texidoc = "Jazz chords may have unusual combinations." } -chs = \notes +chs = { 1 1 @@ -13,18 +13,22 @@ chs = \notes 1 1 1 +1 +1 +1 +1 1 1 1 +1 +1 } -\score{ - << - \context ChordNames { -% #(set-chord-name-style 'ignatzek) - \chs - } - \context Staff \notes \transpose c c' { \chs } - >> -} +<< + \new ChordNames { + %% #(set-chord-name-style 'ignatzek) + \chs + } + \new Staff \transpose c c' { \chs } +>>