]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/ottava-engraver.cc
2003 -> 2004
[lilypond.git] / lily / ottava-engraver.cc
index 042cf9e5ed8cae2cc37349fe5fb26e0805da045a..0cd2ece3b327fb68b0c5156532326903fcbed447 100644 (file)
@@ -3,8 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2000--2003 Han-Wen Nienhuys
-  Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 2000--2004 Han-Wen Nienhuys
 */
 
 #include "protected-scm.hh"
@@ -49,7 +48,7 @@ Ottava_spanner_engraver::process_music ()
       span_ = 0;
       if (gh_string_p (ott))
        {
-         span_  = new Spanner (get_property ("OttavaBracket"));
+         span_  = make_spanner ("OttavaBracket");
          span_->set_grob_property ("text", ott);
          announce_grob (span_, SCM_EOL);