]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.2.11
authorfred <fred>
Tue, 26 Mar 2002 22:27:02 +0000 (22:27 +0000)
committerfred <fred>
Tue, 26 Mar 2002 22:27:02 +0000 (22:27 +0000)
lily/include/musical-request.hh
stepmake/stepmake/help2man-rules.make

index fc0e2f3a313a8f1bab768b5e98cfbf256730d1cc..b64f5eb65d22c8fa2449ac1387baa70709d109f8 100644 (file)
@@ -14,6 +14,7 @@
 #include "request.hh"
 #include "duration.hh"
 #include "musical-pitch.hh"
+#include "array.hh"
 
 
 /** a request with a duration.
@@ -159,6 +160,19 @@ class Busy_playing_req : public Request
 public:
   VIRTUAL_COPY_CONS (Music);
 };
+
+/**
+   What pitches have ben acked ?
+ */
+class Pitch_interrogate_req : public Request
+{
+public:
+  Array<Musical_pitch> pitch_arr_;
+  VIRTUAL_COPY_CONS (Music);
+};
+
+
+
 /**
    instruct lyric context to alter typesetting (unimplemented).  */
 class Melisma_req : public Span_req
index d199a6212692c907608f4acbd693b1e771e1459a..ee9f13e32ded9a2f9b3f6e74f78507a21d2baa9a 100644 (file)
@@ -1,3 +1,9 @@
-
+# ugh. 
+# Man-page:
+#      If the #! line does not contain the word "perl", the
+#       program named after the #! is executed instead of the Perl
+#       interpreter.  This is slightly bizarre, but it helps
+# Indeed it is. Perl sucks.
+#
 $(outdir)/%.1: $(outdir)/%
-       $(PERL) $(depth)/buildscripts/help2man.pl $< > $@
+       $(PERL) $(depth)/buildscripts/$(outdir)/help2man $< > $@