X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fchords-funky-ignatzek.ly;h=ac1d5f263ade36b96323c4a0c919af10368a99bf;hb=c33c066fd6cc7f1d7f513e76c12e3688a4276059;hp=63be07cef0fcdd4ea089bb19fb5864fd1e04c507;hpb=9e46baedcca4e12733b6f9616a406acf03366c68;p=lilypond.git diff --git a/input/regression/chords-funky-ignatzek.ly b/input/regression/chords-funky-ignatzek.ly index 63be07cef0..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 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 } +>>