]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/grob.cc
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / lily / grob.cc
index eec5868c4fdd71bb1bbd77a1c57718d2fc66f412..54b62eff8e2c39090b68fc28431aa43ab642c097 100644 (file)
@@ -151,9 +151,9 @@ robust_relative_extent (Grob*me, Grob*refp, Axis a)
 }
 
 Output_def *
-Grob::get_paper () const
+Grob::get_layout () const
 {
- return pscore_ ? pscore_->paper_ : 0;
+ return pscore_ ? pscore_->layout_ : 0;
 }