X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fchords-funky-ignatzek.ly;h=7cda44e612ee7592d079aed558ca52801226a6e8;hb=c0a47b91cd930053074d42363047a77b889e05f7;hp=1725812698d7ad6de5556f8bdc0c7748dfcb773d;hpb=4c8187e65dd9708d7733692842acc696da121bf1;p=lilypond.git diff --git a/input/regression/chords-funky-ignatzek.ly b/input/regression/chords-funky-ignatzek.ly index 1725812698..7cda44e612 100644 --- a/input/regression/chords-funky-ignatzek.ly +++ b/input/regression/chords-funky-ignatzek.ly @@ -1,11 +1,11 @@ -\version "2.1.7" +\version "2.14.0" \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 } - >> -} +<< + \context ChordNames { + %% #(set-chord-name-style 'ignatzek) + \chs + } + \context Staff \transpose c c' { \chs } +>>