]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/command-request.hh
release: 1.3.73
[lilypond.git] / lily / include / command-request.hh
index 845598a3ad96cf0fa273356cb743b46647a288c1..759332508114cde9805964bb9da768dee0caa67d 100644 (file)
@@ -26,8 +26,9 @@ protected:
 
 class Mark_req : public Request {
 public:
-  Protected_scm mark_label_;
-protected:
+  SCM mark_label ();
+
+
   virtual bool do_equal_b (Request const*) const;
   VIRTUAL_COPY_CONS(Music);
 };
@@ -102,8 +103,8 @@ class Breathing_sign_req : public Request {
 class Key_change_req  : public Request
 {
 public:
-  Protected_scm pitch_alist_;
-
+  SCM pitch_alist ();
+  
 protected:
   VIRTUAL_COPY_CONS(Music);
   void transpose (Musical_pitch  d);