#include "request.hh"
#include "duration.hh"
#include "musical-pitch.hh"
+#include "array.hh"
/** a request with a duration.
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
-
+# 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 $< > $@