]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/system.hh
* lily/include/paper-score.hh (class Paper_score): remove unused prototypes.
[lilypond.git] / lily / include / system.hh
index 5eaa2bed66d2c5b5364a721dbbfba78463f9589f..ea31faa752100070cbf80eadc5f8b1879e391b43 100644 (file)
@@ -21,8 +21,8 @@ class System : public Spanner
 public:
   int rank_;
   void post_processing ();
-  SCM get_line ();
-  SCM get_lines ();
+  SCM get_paper_system ();
+  SCM get_paper_systems ();
 
   System (SCM, Object_key const *);
   System (System const &, int);