]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/mensural-ligature.cc
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / lily / mensural-ligature.cc
index 25c0419997511b1c7fd3a744539d654e42725c84..b50bd7c5575782147862137d627370405792d3eb 100644 (file)
@@ -169,7 +169,7 @@ internal_brew_primitive (Grob *me)
       int join_left = scm_to_int (join_left_scm);
       if (!join_left)
        programming_error (_f ("Mensural_ligature: (join_left == 0)"));
-      Real blotdiameter = (me->get_paper ()->get_dimension (ly_symbol2scm ("blotdiameter")));
+      Real blotdiameter = (me->get_layout ()->get_dimension (ly_symbol2scm ("blotdiameter")));
       Interval x_extent = Interval (0, thickness);
       Interval y_extent = (join_left > 0) ?
        Interval (-join_left * 0.5 * staff_space, 0) :