]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/staff-sym-engraver.cc
release: 1.1.33
[lilypond.git] / lily / staff-sym-engraver.cc
index a83032eba0bcef39190e999c7f568005d7df4f85..ebd56ebb233755a5a8411d70dd7d68806ec7c321 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include "staff-sym-engraver.hh"
@@ -39,7 +39,7 @@ Staff_symbol_engraver::do_creation_processing()
 void
 Staff_symbol_engraver::do_removal_processing()
 {
-  Scalar l (get_property ("nolines"));
+  Scalar l (get_property ("numberOfStaffLines", 0));
   if (l.isnum_b ())
     {
       span_p_->no_lines_i_ = l;