]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/stem.cc
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / lily / stem.cc
index 1039631a395da5f4040637ae0553819c9774d75a..c7242f4af40541bcc083008c8f46907eb5cb6be9 100644 (file)
@@ -668,7 +668,7 @@ Stem::print (SCM smob)
   // URG
   Real stem_width = thickness (me);
   Real blot =
-       me->get_paper ()->get_dimension (ly_symbol2scm ("blotdiameter"));
+       me->get_layout ()->get_dimension (ly_symbol2scm ("blotdiameter"));
 
   Box b = Box (Interval (-stem_width/2, stem_width/2),
               Interval (stem_y[DOWN]*dy, stem_y[UP]*dy));