From: fred <fred> Date: Wed, 27 Mar 2002 00:33:43 +0000 (+0000) Subject: lilypond-1.3.112 X-Git-Tag: release/1.5.59~1088 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9c9681f468e9bced0d1e7fc393e6842844f48931;p=lilypond.git lilypond-1.3.112 --- diff --git a/input/test/american-chords.ly b/input/test/american-chords.ly index 7b92cc0693..ac9716fe66 100644 --- a/input/test/american-chords.ly +++ b/input/test/american-chords.ly @@ -8,13 +8,13 @@ #(set! chord::names-alist-american (append '( - ;; any changes here, see scm/chord-names.scm + ;; any changes here, see scm/chord-name.scm ) chord::names-alist-american)) chord = \notes\transpose c''\chords{ - \property ChordNames.ChordNames \override #'style = #"american" + \property ChordNames.ChordName \override #'style = #'american c % Major triad cs:m % Minor triad df:m5- % Diminished triad diff --git a/input/test/jazz-chords.ly b/input/test/jazz-chords.ly index 6387510fe2..d5fd1fc651 100644 --- a/input/test/jazz-chords.ly +++ b/input/test/jazz-chords.ly @@ -12,7 +12,7 @@ % chord = \notes\transpose c''\chords{ -\property ChordNames.ChordNames \override #'style = #"jazz" +\property ChordNames.ChordName \override #'style = #'jazz % major chords c c:6 % 6 = major triad with added sixth