]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/output-def.hh
* scm/layout-page-layout.scm (write-page-breaks): record tweaks
[lilypond.git] / lily / include / output-def.hh
index b0b4c713036d73e4ece5ff6694fc1aed1412dbf7..bf9d23f934f35c57c1beef3f8922b999e8b41228 100644 (file)
  */
 class Output_def   
 {
+
 public:
   VIRTUAL_COPY_CONSTRUCTOR (Output_def, Output_def);
   DECLARE_SMOBS (Output_def, );
 public:
   SCM scope_;
-  Output_def * parent_;
+  Output_def *parent_;
+  
   Input input_origin_;
   String user_key_;
 
+  Lily_parser *parser_;
+  Lily_parser *get_parser () const;
+  
   Output_def (Output_def const&);
   Output_def ();
-  
+
   /*
     variables.
    */