]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/chord-name-engraver.cc
release: 1.3.94
[lilypond.git] / lily / chord-name-engraver.cc
index d8458a64ebd0b31ffcc036be3c67572c353db8f6..7578496b8e4a8d19a979d081a5199852432fff74 100644 (file)
@@ -116,7 +116,7 @@ void
 Chord_name_engraver::create_chord_name ()
 {
   assert (chord_p_);
-  chord_name_p_ = new Item (get_property ("basicChordNameProperties"));
+  chord_name_p_ = new Item (get_property ("ChordName"));
   /*
     Hmm, why not represent complete chord as list?
     ((tonic third fifth) (inversion bass))