From 3c1401b8de093fb09fe6b14d9fa693f55822d4f4 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 22:27:02 +0000 Subject: [PATCH] lilypond-1.2.11 --- lily/include/musical-request.hh | 14 ++++++++++++++ stepmake/stepmake/help2man-rules.make | 10 ++++++++-- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/lily/include/musical-request.hh b/lily/include/musical-request.hh index fc0e2f3a31..b64f5eb65d 100644 --- a/lily/include/musical-request.hh +++ b/lily/include/musical-request.hh @@ -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 pitch_arr_; + VIRTUAL_COPY_CONS (Music); +}; + + + /** instruct lyric context to alter typesetting (unimplemented). */ class Melisma_req : public Span_req diff --git a/stepmake/stepmake/help2man-rules.make b/stepmake/stepmake/help2man-rules.make index d199a62126..ee9f13e32d 100644 --- a/stepmake/stepmake/help2man-rules.make +++ b/stepmake/stepmake/help2man-rules.make @@ -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 $< > $@ -- 2.39.5