X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Ftest%2Fjazz-chords.ly;h=6387510fe28456b97dba8de84bb1236a2438c690;hb=cda8fc1780778b760905c8832f7e984161218f20;hp=90f1c26eeac0efd46b9c2252984440dc3423a3cb;hpb=07a5ed85c189a97d04c550679826dfc5eca2eb18;p=lilypond.git diff --git a/input/test/jazz-chords.ly b/input/test/jazz-chords.ly index 90f1c26eea..6387510fe2 100644 --- a/input/test/jazz-chords.ly +++ b/input/test/jazz-chords.ly @@ -1,3 +1,6 @@ + +\version "1.3.110"; + %% This should only be necessary if your kpathsea setup is broken % % Make sure the correct msamxx.tfm is where lily can find it @@ -9,7 +12,7 @@ % chord = \notes\transpose c''\chords{ -\property ChordNames.ChordNames \push #'style = #"jazz" +\property ChordNames.ChordNames \override #'style = #"jazz" % major chords c c:6 % 6 = major triad with added sixth @@ -58,7 +61,7 @@ c:m5-.7- % o = diminished seventh chord > \paper { - \translator { \ChordNamesContext ChordNames \push #'word-space = #1 } + \translator { \ChordNamesContext ChordNames \override #'word-space = #1 } % \translator { \LyricsContext textScriptWordSpace = #0.3 } } }