From 59247efa55ad00c6b46778ff76a683e2eb478c0e Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:53:08 +0000 Subject: [PATCH] lilypond-0.1.7 --- lily/crescendo.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lily/crescendo.cc b/lily/crescendo.cc index df349421bb..8f604dbcba 100644 --- a/lily/crescendo.cc +++ b/lily/crescendo.cc @@ -24,7 +24,7 @@ Crescendo::Crescendo() Interval Crescendo::symbol_height()const { - return get_symbol().dim.y; + return get_symbol().dim[Y_AXIS]; } static Real absdyn_dim = 10 PT; // ugh -- 2.39.5