X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fchords-funky-ignatzek.ly;h=7cda44e612ee7592d079aed558ca52801226a6e8;hb=dc1fe7750079c4c7c4042bd570884ea04ba94801;hp=bc7ddc62e5ab56576b7ffadadd08180e1d8a1895;hpb=955f829883aa125b2b633b1e71f6256da5b773fa;p=lilypond.git diff --git a/input/regression/chords-funky-ignatzek.ly b/input/regression/chords-funky-ignatzek.ly index bc7ddc62e5..7cda44e612 100644 --- a/input/regression/chords-funky-ignatzek.ly +++ b/input/regression/chords-funky-ignatzek.ly @@ -1,36 +1,34 @@ -\version "1.9.0" +\version "2.14.0" \header { -texidoc = "Jazz chords, unusual combinations." +texidoc = "Jazz chords may have unusual combinations." } -chs = \notes +chs = { -<>1 -<>1 -<>1 -<>1 -<>1 -<>1 -<>1 -<>1 -<>1 +1 +1 +1 +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 } - > - \paper{ - \translator { - \ChordNamesContext - ChordName \override #'word-space = #1 - } - } -} +<< + \context ChordNames { + %% #(set-chord-name-style 'ignatzek) + \chs + } + \context Staff \transpose c c' { \chs } +>>