From: fred Date: Tue, 26 Mar 2002 22:45:18 +0000 (+0000) Subject: lilypond-1.3.23 X-Git-Tag: release/1.5.59~1905 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3aa57ea67e714b5feb72a80df234c2bc9ccded4c;p=lilypond.git lilypond-1.3.23 --- diff --git a/lily/crescendo.cc b/lily/crescendo.cc index 02b31c40c4..b8d1744fb4 100644 --- a/lily/crescendo.cc +++ b/lily/crescendo.cc @@ -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))