]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-name-exceptions.ly
* input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
[lilypond.git] / input / regression / chord-name-exceptions.ly
index 6a2420e0a9dd8ac808701fdb88bf9e2891d5ea91..3dd8824fb45fa8cb0fe3a1baa8e29c695e4b0860 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.9.4"
+\version "2.2.0"
 \header { texidoc = "The property @code{chordNameExceptions} can used
     to store a list of special notations for specific chords.
 
@@ -31,9 +31,9 @@ chExceptions = #(append
   (sequential-music-to-chord-exceptions chExceptionMusic #t)
   ignatzekExceptions)
 
-theMusic =    \chords {
+theMusic = \chords {
       c:7sus4 c:dim7/+f
-      \property Current.chordNameExceptions = #chExceptions
+      \set chordNameExceptions = #chExceptions
       c:7sus4 c:dim7/+f }