X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fchords-funky-ignatzek.ly;h=b5349a3cfc8db0a57467dc6373bf2004111345d7;hb=38d7d319eabc906e82fb42002678c6d42a23b6f7;hp=89de880f6c561b2baa3214d3e0344dc3ee8f7740;hpb=9c31b0d42a407a412a324a6586cfb0437de4bfd8;p=lilypond.git diff --git a/input/regression/chords-funky-ignatzek.ly b/input/regression/chords-funky-ignatzek.ly index 89de880f6c..b5349a3cfc 100644 --- a/input/regression/chords-funky-ignatzek.ly +++ b/input/regression/chords-funky-ignatzek.ly @@ -1,11 +1,11 @@ -\version "2.1.36" +\version "2.12.0" \header { texidoc = "Jazz chords may have unusual combinations." } -chs = \notes +chs = { 1 1 @@ -19,12 +19,10 @@ chs = \notes } -\score{ - << - \context ChordNames { -% #(set-chord-name-style 'ignatzek) - \chs - } - \context Staff \notes \transpose c c' { \chs } - >> -} +<< + \context ChordNames { + %% #(set-chord-name-style 'ignatzek) + \chs + } + \context Staff \transpose c c' { \chs } +>>