X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fchords-funky-ignatzek.ly;h=b5349a3cfc8db0a57467dc6373bf2004111345d7;hb=4c1b05d4d94f84248cce5a8a4c7ae58c2e04bf54;hp=7378ff9f482dfaee6f5f0dc66ff43f92a4ee9ff3;hpb=70048d99398924e7ca0eb481925145ec243700c5;p=lilypond.git diff --git a/input/regression/chords-funky-ignatzek.ly b/input/regression/chords-funky-ignatzek.ly index 7378ff9f48..b5349a3cfc 100644 --- a/input/regression/chords-funky-ignatzek.ly +++ b/input/regression/chords-funky-ignatzek.ly @@ -1,11 +1,11 @@ -\version "1.9.4" +\version "2.12.0" \header { -texidoc = "Jazz chords, unusual combinations." +texidoc = "Jazz chords may have unusual combinations." } -chs = \notes +chs = { 1 1 @@ -19,18 +19,10 @@ chs = \notes } -\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 } +>>