From: fred Date: Sun, 24 Mar 2002 19:53:08 +0000 (+0000) Subject: lilypond-0.1.7 X-Git-Tag: release/1.5.59~4157 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=59247efa55ad00c6b46778ff76a683e2eb478c0e;p=lilypond.git lilypond-0.1.7 --- 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