]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-name-override-text.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / chord-name-override-text.ly
index 4acd549394eff095065c0b9605473424ef13c649..2877cc85b01bbcc0432bbd9be2f0d463d88727f1 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.2"
+\version "2.17.6"
 
 \header {
   texidoc = "Users can override the @code{text} property of
@@ -8,6 +8,6 @@
 
 \new ChordNames \chordmode {
   a b c:7
-  \once \override ChordName #'text = #"foo"
+  \once \override ChordName.text = #"foo"
   d
 }
\ No newline at end of file