]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/volta-bracket.cc
''
[lilypond.git] / lily / volta-bracket.cc
index d0af30da3e37aa6f4afa5778b6cf260cf1b76a17..1c3d2fd1a45c378ecd14593a58330dcbc4159a70 100644 (file)
@@ -104,8 +104,8 @@ Volta_bracket_interface::brew_molecule (SCM smob)
   mol.add_molecule (end);
   
   SCM text = me->get_grob_property ("text");
-  SCM properties = scm_list_n (me->mutable_property_alist_,
-                              me->immutable_property_alist_,SCM_UNDEFINED);
+  SCM properties = me->get_property_alist_chain (SCM_EOL);
+
   Molecule num = Text_item::text2molecule (me, text, properties);
 
   mol.add_at_edge (X_AXIS, LEFT, num, - num.extent (X_AXIS).length ()