]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/stem.cc
* Documentation/user/tutorial.itely: Revised (continued).
[lilypond.git] / lily / stem.cc
index be9c8a265be0562c90985e0333d6d067a6964f1d..68c437ab1c0aadd5c99e9e2775f3bfef4c6d8502 100644 (file)
@@ -743,7 +743,7 @@ Stem::print (SCM smob)
   // URG
   Real stem_width = thickness (me);
   Real blot = 
-       me->get_paper ()->get_realvar (ly_symbol2scm ("blotdiameter"));
+       me->get_paper ()->get_dimension (ly_symbol2scm ("blotdiameter"));
   
   Box b = Box (Interval (-stem_width/2, stem_width/2),
               Interval (stem_y[DOWN]*dy, stem_y[UP]*dy));