X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fchords-funky-ignatzek.ly;h=64949c23aff234f05cda05c908e6aacf444efcd3;hb=48545ba23847c7a5b8ab42bc2b25b18dcdf39c43;hp=1e77c4fd3a8b800766184f37800844796be96a40;hpb=2e0e6425fe50aeecff81b46b75373b141b6d0018;p=lilypond.git diff --git a/input/regression/chords-funky-ignatzek.ly b/input/regression/chords-funky-ignatzek.ly index 1e77c4fd3a..64949c23af 100644 --- a/input/regression/chords-funky-ignatzek.ly +++ b/input/regression/chords-funky-ignatzek.ly @@ -1,33 +1,28 @@ +\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 } -\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 } +>>