X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fchords-funky-ignatzek.ly;h=b5349a3cfc8db0a57467dc6373bf2004111345d7;hb=5cda9afcf33032bd953c9fc1dd147822177cdddb;hp=b5b6634f3e2f1dbecf563bdee7b15467398d4180;hpb=7e8d660df15820c540b74a4ab74d175284cd9008;p=lilypond.git diff --git a/input/regression/chords-funky-ignatzek.ly b/input/regression/chords-funky-ignatzek.ly index b5b6634f3e..b5349a3cfc 100644 --- a/input/regression/chords-funky-ignatzek.ly +++ b/input/regression/chords-funky-ignatzek.ly @@ -1,11 +1,11 @@ -\version "2.1.30" +\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 } +>>