]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/paper-def.hh
release: 0.1.28
[lilypond.git] / lily / include / paper-def.hh
index e73959e435f0a75d641f7ef3637362b497f64b02..d87a5e637dd58e320aaae02fd4b672adbd5f469d 100644 (file)
@@ -42,7 +42,13 @@ public:
   virtual ~Paper_def();
   DECLARE_MY_RUNTIME_TYPEINFO;
 
+  /**
+    Set or overwrite a variable
+   */
   void set_var (String, Real);
+  /**
+    Read a variable.  Crash if it doesn't exist.
+   */
   Real get_var (String) const;
   void reinit();
   Paper_def();