]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/ottava-bracket.cc
(class Grob): move pscore, dim_cache_,
[lilypond.git] / lily / ottava-bracket.cc
index f025a6f0c7b5b54b9aa700de291a487b85a5c01f..53e87118f3cd4c4bb2793e3a5ffd01e37381d9c8 100644 (file)
@@ -42,7 +42,7 @@ Ottava_bracket::print (SCM smob)
   Interval span_points;
 
   Grob *common = me->get_bound (LEFT)->common_refpoint (me->get_bound (RIGHT), X_AXIS);
-  Output_def *layout = me->get_layout ();
+  Output_def *layout = me->layout ();
 
   Drul_array<bool> broken;
   Direction d = LEFT;