]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/crescendo.cc
release: 1.2.15
[lilypond.git] / lily / crescendo.cc
index 825715087278c8bec9a73018639dfbda8cf7ecd7..01f2ba5a775c7343a72a87630fa447d8fc21ee41 100644 (file)
@@ -52,7 +52,7 @@ Crescendo::get_symbol () const
   
 
   bool continued = broken[Direction (-grow_dir_)];
-  Real height = paper_l()->staffheight_f () / 6;
+  Real height = paper_l()->get_var ("crescendo_height");
   Real thick = paper_l ()->get_var ("crescendo_thickness");
 
   return Molecule (lookup_l ()->hairpin (w_dim, height, thick, grow_dir_ < 0, continued));