]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/gregorian-ligature.cc
* lily/ambitus-engraver.cc (create_ambitus): change name to
[lilypond.git] / lily / gregorian-ligature.cc
index f3043eeb84dac46e957927ad16965f4dbf8a2c3b..4ccc5c0fe8803468ea696b4d36a1aad23f6cadeb 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 2003--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 #include "grob.hh"
 #include "gregorian-ligature.hh"
@@ -24,7 +24,7 @@ Gregorian_ligature::prefixes_to_str (Grob *primitive)
 {
   String str;
   int prefix_set =
-    gh_scm2int (primitive->get_grob_property ("prefix-set"));
+    ly_scm2int (primitive->get_property ("prefix-set"));
   check_prefix ("virga", VIRGA, prefix_set, &str);
   check_prefix ("stropha", STROPHA, prefix_set, &str);
   check_prefix ("inclinatum", INCLINATUM, prefix_set, &str);