X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fchords-funky-ignatzek.ly;h=b450dfcb7e020dafcb36b17d4535d8ba88d1d77b;hb=643daee48f829bcfa8e769a4518cd8cb788a3724;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..b450dfcb7e 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.16.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 } +>>