]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/arpeggio.cc
(class Grob): move pscore, dim_cache_,
[lilypond.git] / lily / arpeggio.cc
index 326ef89a923b6e4cef442a5dbe86ee9cd3414b6b..3c2663939a56b712802fe96331d307764cbe09f3 100644 (file)
@@ -119,7 +119,7 @@ Arpeggio::brew_chord_bracket (SCM smob)
       heads.unite (iv + ss->relative_coordinate (common, Y_AXIS) - my_y);
     }
 
-  Real lt = me->get_layout ()->get_dimension (ly_symbol2scm ("linethickness"));
+  Real lt = me->layout ()->get_dimension (ly_symbol2scm ("linethickness"));
   Real sp = 1.5 * Staff_symbol_referencer::staff_space (me);
   Real dy = heads.length () + sp;
   Real x = 0.7;