]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.23
authorfred <fred>
Tue, 26 Mar 2002 22:45:18 +0000 (22:45 +0000)
committerfred <fred>
Tue, 26 Mar 2002 22:45:18 +0000 (22:45 +0000)
lily/crescendo.cc

index 02b31c40c4eb6fd8d66d4dd12a1653adb48bff7f..b8d1744fb4cc298209d84038f2f97b34ba127537 100644 (file)
@@ -28,7 +28,7 @@ Crescendo::do_brew_molecule_p () const
   Real absdyn_dim = paper_l ()-> get_var ("crescendo_shorten");
   Real extra_left =  get_broken_left_end_align ();
 
-  SCM dir = get_elt_property("grow-dir");
+  SCM dir = get_elt_property("grow-direction");
   SCM dyns = get_elt_property ("dynamic-drul");
 
   if (!isdir_b (dir) || !gh_pair_p (dyns))