]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/translator.cc
release: 1.3.6
[lilypond.git] / lily / translator.cc
index c70b629ce8465a32c0b434cf900256ad2f55b792..515a85af9bbba3ea26dabcee6468d4fd5d9474f6 100644 (file)
@@ -166,7 +166,7 @@ Translator::output_def_l () const
 SCM
 Translator::get_property (String id, Translator_group **where_l) const
 {
-  return daddy_trans_l_->get_property (ly_symbol (id), where_l);
+  return daddy_trans_l_->get_property (ly_symbol2scm (id.ch_C()), where_l);
 }
 
 SCM