]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/auto-beam-engraver.cc
patch::: 1.3.103.jcn2
[lilypond.git] / lily / auto-beam-engraver.cc
index e20498a2d87798007b1f3df0ebc248e31779091b..d703831ed3bd4ed5c9b805ca038621c68c330edd 100644 (file)
@@ -97,7 +97,7 @@ Auto_beam_engraver::consider_end_and_begin (Moment test_mom)
   SCM type = gh_list (gh_int2scm (test_mom.num_i ()),
                      gh_int2scm (test_mom.den_i ()), SCM_UNDEFINED);
 
-  SCM settings = get_property ("AutoBeam");
+  SCM settings = get_property ("autoBeamSettings");
   
   /*
     Determine end moment for auto beaming (and begin, mostly 0==anywhere)