]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.7
authorfred <fred>
Sun, 24 Mar 2002 19:53:08 +0000 (19:53 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:53:08 +0000 (19:53 +0000)
lily/crescendo.cc

index df349421bb658035b7020c45132a70c39d96d113..8f604dbcba5108b1db0ed06785c4c6bf9a1e3456 100644 (file)
@@ -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