\include "declarations.ly"
\include "paper16.ly"
+ \paper { \paper_sixteen
+ linewidth = -1.\cm;
+ castingalgorithm = \Wordwrap;
+ "unusedentry" = "}\\def\\nolilyfooter{";
+ }
\score {
\notes {
\maininput
}
- \paper { \paper_sixteen
- linewidth = -1.\cm;
- castingalgorithm = \Wordwrap;
- }
+\paper{}
}
% Toplevel initialisation file.
+
\version "1.0.6";
\paper {
\paper_sixteen
- linewidth = 7.\cm;
+ linewidth = -1.0\cm;
+ castingalgorithm = \Wordwrap;
+ "unusedentry" = "}\\def\\nolilyfooter{";
}
+
\score {
% \notes\relative c {
\notes {
\maininput
}
- \paper {
- linewidth = -1.0\cm;
- castingalgorithm = \Wordwrap;
- }
+\paper{}
}
\include "paper16.ly";
- \paper {
+\paper {
\paper_sixteen
- linewidth = 7.\cm;
+ linewidth = -1.0\cm;
+ castingalgorithm = \Wordwrap;
+ "unusedentry" = "}\\def\\nolilyfooter{";
}
+
\score {
% \notes\relative c {
\notes {
\maininput
}
- \paper {
- linewidth = -1.0\cm;
- castingalgorithm = \Wordwrap;
- }
+ \paper { }
+
}
readme-top_FILES-txt:
$(foreach i, $(README_TOP_FILES), \
cp $(depth)/$(i) $(outdir)/$(i).txt && ) true
-
+
readme-top_FILES-html:
$(foreach i, $(README_TOP_FILES), \
$(SHELL) $(step-bindir)/text2html.sh $(outdir)/$(i).txt $(outdir)/$(i).html && \
.PHONY : all clean config default dist doc doc++ exe help html lib TAGS\
po
-VPATH=$(outdir)/ #ugh?
+# VPATH=$(outdir)/ #ugh?
# target all:
#
all: default
$(outdir)/VERSION: $(depth)/VERSION
cp $< $@
-$(outdir)/version.hh: VERSION
+$(outdir)/version.hh: $(outdir)/VERSION
sh ./$(step-bindir)/make-version.sh $< > $@
# should this be in Rules?
WWW: local-WWW
$(LOOP)
+local-WWW:
+
include $(stepdir)/package.make
include $(outdir)/dummy.dep $(DEP_FILES)