]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stream-event.hh
Doc-it: chapter 1 completed
[lilypond.git] / lily / include / stream-event.hh
index 613b9294fbacdbad6b731d8e8287118de749d8a1..f255ab53531d4833cb3ca24e6d31d2bdfbeb2f1e 100644 (file)
@@ -30,12 +30,13 @@ public:
   Stream_event ();
   VIRTUAL_COPY_CONSTRUCTOR (Stream_event, Stream_event);
 
-  Stream_event (SCM event_class, SCM mutable_props = SCM_EOL);
+  Stream_event (SCM event_class, SCM immutable_props = SCM_EOL);
   Stream_event (SCM class_name, Input *);
 
   Input *origin () const;
   void set_spot (Input *i);
   bool internal_in_event_class (SCM class_name);
+  void make_transposable ();
 
   virtual SCM copy_mutable_properties () const;