p = new Request_chord_iterator;
else if (dynamic_cast<Lyric_combine_music *> (m))
p = new Lyric_combine_music_iterator;
- else if (dynamic_cast<Simultaneous_music *> (m))
+ else if (dynamic_cast<Simultaneous_music *> (m))
p = new Simultaneous_music_iterator;
- else if (dynamic_cast<Sequential_music *> (m))
+ else if (dynamic_cast<Sequential_music *> (m))
p = new Sequential_music_iterator;
- else if (dynamic_cast<Translation_property *> (m))
+ else if (dynamic_cast<Translation_property *> (m))
p = new Property_iterator;
- else if (dynamic_cast<Change_translator *> (m))
+ else if (dynamic_cast<Change_translator *> (m))
p = new Change_iterator;
else if (dynamic_cast<Push_translation_property*>(m))
p = new Push_property_iterator;
else if (dynamic_cast<Pop_translation_property*>(m))
p = new Pop_property_iterator;
- else if (dynamic_cast<Time_scaled_music *> (m))
+ else if (dynamic_cast<Time_scaled_music *> (m))
p = new Time_scaled_music_iterator;
else if (dynamic_cast<Grace_music *> (m))
p = new Grace_iterator;
{"outputproperty", OUTPUTPROPERTY},
{"pushproperty", PUSHPROPERTY},
{"popproperty", POPPROPERTY},
+ {"push", PUSH},
+ {"pop", POP},
{"partial", PARTIAL},
{"paper", PAPER},
{"penalty", PENALTY},
"duration" "font" "grace" "header" "in" "lyrics"
"key" "keysignature" "mark" "musicalpitch"
"time" "times" "midi" "mm" "name" "notenames"
- "notes" "partial" "paper" "penalty" "property" "pt"
+ "notes" "partial" "paper" "penalty" "push" "pop" "property" "pt"
"relative" "remove" "repeat" "repetitions" "addlyrics"
"scm" "scmfile" "score" "script"
"shape" "skip" "textscript" "tempo" "translator" "transpose"
endif
$(outdir)/%.1: $(outdir)/%
- $(PERL) $(depth)/$(builddir)/buildscripts/$(outbase)/help2man $< > $@ || \
+ echo "generating man page from --help"
+ @$(PERL) $(depth)/$(builddir)/buildscripts/$(outbase)/help2man $< > $@ || \
(echo ""; echo "Apparently the man pages failed to build. This is";\
echo "no problem, since they don't contain any information anyway.";\
echo "Please run make again, and be prepared for NO manual pages.")