From 3c63a2c531415d449211f5c6f3d59bddb1b66b16 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 27 Mar 2002 00:58:23 +0000 Subject: [PATCH] lilypond-1.3.141 --- input/example-1.ly | 20 ++++++---------- input/example-2.ly | 20 ++++++---------- input/example-3.ly | 7 +----- mutopia/Coriolan/header.ly | 4 ++-- mutopia/GNUmakefile | 7 +----- ports/GNUmakefile | 13 +++++++++++ ports/README.ports | 22 ++++++++++++++++++ ports/mutopia/ArbeauT/GNUmakefile | 3 +++ ports/mutopia/BachJS/GNUmakefile | 3 +++ ports/mutopia/BanchieriA/GNUmakefile | 3 +++ ports/mutopia/BeethovenLv/GNUmakefile | 3 +++ ports/mutopia/BendaJA/GNUmakefile | 3 +++ ports/mutopia/BruhnsN/GNUmakefile | 3 +++ ports/mutopia/CarcassiM/GNUmakefile | 3 +++ ports/mutopia/CarulliF/GNUmakefile | 3 +++ ports/mutopia/ClementiM/GNUmakefile | 3 +++ ports/mutopia/DowlandJ/GNUmakefile | 3 +++ ports/mutopia/GNUmakefile | 6 +++++ ports/mutopia/GiordianoG/GNUmakefile | 3 +++ ports/mutopia/JoplinS/GNUmakefile | 3 +++ ports/mutopia/MilanL/GNUmakefile | 3 +++ ports/mutopia/MozartWA/GNUmakefile | 3 +++ ports/mutopia/PaganiniN/GNUmakefile | 3 +++ ports/mutopia/Saint-SaensC/GNUmakefile | 3 +++ ports/mutopia/SatieE/GNUmakefile | 3 +++ ports/mutopia/SchubertF/GNUmakefile | 3 +++ ports/mutopia/incoming/GNUmakefile | 3 +++ ports/ports.make | 32 ++++++++++++++++++++++++++ 28 files changed, 148 insertions(+), 40 deletions(-) create mode 100644 ports/GNUmakefile create mode 100644 ports/README.ports create mode 100644 ports/mutopia/ArbeauT/GNUmakefile create mode 100644 ports/mutopia/BachJS/GNUmakefile create mode 100644 ports/mutopia/BanchieriA/GNUmakefile create mode 100644 ports/mutopia/BeethovenLv/GNUmakefile create mode 100644 ports/mutopia/BendaJA/GNUmakefile create mode 100644 ports/mutopia/BruhnsN/GNUmakefile create mode 100644 ports/mutopia/CarcassiM/GNUmakefile create mode 100644 ports/mutopia/CarulliF/GNUmakefile create mode 100644 ports/mutopia/ClementiM/GNUmakefile create mode 100644 ports/mutopia/DowlandJ/GNUmakefile create mode 100644 ports/mutopia/GNUmakefile create mode 100644 ports/mutopia/GiordianoG/GNUmakefile create mode 100644 ports/mutopia/JoplinS/GNUmakefile create mode 100644 ports/mutopia/MilanL/GNUmakefile create mode 100644 ports/mutopia/MozartWA/GNUmakefile create mode 100644 ports/mutopia/PaganiniN/GNUmakefile create mode 100644 ports/mutopia/Saint-SaensC/GNUmakefile create mode 100644 ports/mutopia/SatieE/GNUmakefile create mode 100644 ports/mutopia/SchubertF/GNUmakefile create mode 100644 ports/mutopia/incoming/GNUmakefile create mode 100644 ports/ports.make diff --git a/input/example-1.ly b/input/example-1.ly index 475ab4811d..cd62668b8b 100644 --- a/input/example-1.ly +++ b/input/example-1.ly @@ -1,20 +1,14 @@ +% A simple scale in LilyPond +% +% Type: +% +% ly2dvi example-1 +% xdvi example-1 # or your dvi viewer here +% \score { \context Voice \notes\relative c { c' d e f g a b c - - % A simple scale in Mudela. - % - % Type: - % - % ly2dvi example-1 - % xdvi example-1 # or your dvi viewer here - % - % For more elaborate examples see twinkle.ly, input/* and mutopia/*. - % - % A docmument on Mudela is under construction: Documentation/tex/mudela.doc - % (available as .ps from the website too). - } \paper { } \midi { } diff --git a/input/example-2.ly b/input/example-2.ly index 116e0ad818..da40b648ef 100644 --- a/input/example-2.ly +++ b/input/example-2.ly @@ -1,20 +1,14 @@ +% Some beamed and slurred notes of different taste in LilyPond +% +% Type: +% +% ly2dvi example-2 +% xdvi example-2 # or your dvi viewer here +% \score { \context Voice \notes\relative c { a''2 ~ c4( [e8 )e] [a,16 a a a] - - % Some beamed and slurred notes of different taste in Mudela. - % - % Type: - % - % ly2dvi example-2 - % xdvi example-2 # or your dvi viewer here - % - % For more elaborate examples see twinkle.ly, input/* and mutopia/*. - % - % A docmument on Mudela is under construction: Documentation/tex/mudela.doc - % (available as .ps from the website too). - } \paper { } \midi { } diff --git a/input/example-3.ly b/input/example-3.ly index 547f2fa40a..92e05eaf04 100644 --- a/input/example-3.ly +++ b/input/example-3.ly @@ -17,14 +17,9 @@ two = \notes\relative c{ \midi{} } -% A full-mudela example with two staffs +% A full example with two staffs % % Type: % % ly2dvi example-3 % xdvi example-3 # or your dvi viewer here -% -% For more elaborate examples see twinkle.ly, input/* and mutopia/*. -% -% A docmument on Mudela is under construction: Documentation/tex/mudela.doc -% (available as .ps from the website too). diff --git a/mutopia/Coriolan/header.ly b/mutopia/Coriolan/header.ly index 85a25628bb..61c4076303 100644 --- a/mutopia/Coriolan/header.ly +++ b/mutopia/Coriolan/header.ly @@ -180,7 +180,7 @@ copyright = "Public Domain"; maintainer = "Jan Nieuwenhuizen"; maintainer_email = "janneke@gnu.org"; - lastupdated = "2001/Mar/18"; + lastupdated = "2001/Mar/19"; mutopiapublicdomain = "\\parbox{\hsize}{\\thefooter\\quad\\small \\\\This music is part of the Mutopia project, \\texttt{http://www.mutopiaproject.org/}\\\\It has been typeset @@ -188,5 +188,5 @@ ".\\\\Unrestricted modification and redistribution is permitted and encouraged---copy this music and share it.}"; tagline = \mutopiapublicdomain; - footer = "pre-Mutopia-2001/03/18-57"; + footer = "Mutopia-2001/03/19-57"; } diff --git a/mutopia/GNUmakefile b/mutopia/GNUmakefile index 7975b82660..047ce5a4e7 100644 --- a/mutopia/GNUmakefile +++ b/mutopia/GNUmakefile @@ -4,12 +4,7 @@ depth = .. SUBDIRS = J.S.Bach Coriolan F.Schubert D.Zipoli Hymns E.Satie -# empty mutopia-archive dirs -SUBDIRS += BachJS - LOCALSTEPMAKE_TEMPLATES=mutopia -EXTRA_DIST_FILES = mutopia.make - -include $(depth)/mutopia/mutopia.make +include $(depth)/make/stepmake.make diff --git a/ports/GNUmakefile b/ports/GNUmakefile new file mode 100644 index 0000000000..477adb9abc --- /dev/null +++ b/ports/GNUmakefile @@ -0,0 +1,13 @@ +# ports/Makefile + +depth = .. + +SUBDIRS = mutopia + +LOCALSTEPMAKE_TEMPLATES=mutopia + +EXTRA_DIST_FILES = ports.make README.ports + +# include $(depth)/make/stepmake.make +include $(depth)/ports/ports.make + diff --git a/ports/README.ports b/ports/README.ports new file mode 100644 index 0000000000..fe663a1bc6 --- /dev/null +++ b/ports/README.ports @@ -0,0 +1,22 @@ + +Experimental portal to www.mutopiaproject.org + +Issue + + make help + +to get started. + + +TODO + + * smarter sync target. + + * flexible publish target, for home and www.mutopiaproject.org use. + + * fine grained `make mutopia' targets. Currently, make mutopia + generates everything: dvi, ps, pngs, in a4 and letter formats. + Very useful for submitting to mutopia, but bit over the top otherwise. + + * documentation: users should use the bootstrapping in make/ly.make + to generate mutopia submissions. \ No newline at end of file diff --git a/ports/mutopia/ArbeauT/GNUmakefile b/ports/mutopia/ArbeauT/GNUmakefile new file mode 100644 index 0000000000..aa36317067 --- /dev/null +++ b/ports/mutopia/ArbeauT/GNUmakefile @@ -0,0 +1,3 @@ + depth = ../../.. + include $(depth)/ports/ports.make + diff --git a/ports/mutopia/BachJS/GNUmakefile b/ports/mutopia/BachJS/GNUmakefile new file mode 100644 index 0000000000..aa36317067 --- /dev/null +++ b/ports/mutopia/BachJS/GNUmakefile @@ -0,0 +1,3 @@ + depth = ../../.. + include $(depth)/ports/ports.make + diff --git a/ports/mutopia/BanchieriA/GNUmakefile b/ports/mutopia/BanchieriA/GNUmakefile new file mode 100644 index 0000000000..aa36317067 --- /dev/null +++ b/ports/mutopia/BanchieriA/GNUmakefile @@ -0,0 +1,3 @@ + depth = ../../.. + include $(depth)/ports/ports.make + diff --git a/ports/mutopia/BeethovenLv/GNUmakefile b/ports/mutopia/BeethovenLv/GNUmakefile new file mode 100644 index 0000000000..aa36317067 --- /dev/null +++ b/ports/mutopia/BeethovenLv/GNUmakefile @@ -0,0 +1,3 @@ + depth = ../../.. + include $(depth)/ports/ports.make + diff --git a/ports/mutopia/BendaJA/GNUmakefile b/ports/mutopia/BendaJA/GNUmakefile new file mode 100644 index 0000000000..aa36317067 --- /dev/null +++ b/ports/mutopia/BendaJA/GNUmakefile @@ -0,0 +1,3 @@ + depth = ../../.. + include $(depth)/ports/ports.make + diff --git a/ports/mutopia/BruhnsN/GNUmakefile b/ports/mutopia/BruhnsN/GNUmakefile new file mode 100644 index 0000000000..aa36317067 --- /dev/null +++ b/ports/mutopia/BruhnsN/GNUmakefile @@ -0,0 +1,3 @@ + depth = ../../.. + include $(depth)/ports/ports.make + diff --git a/ports/mutopia/CarcassiM/GNUmakefile b/ports/mutopia/CarcassiM/GNUmakefile new file mode 100644 index 0000000000..aa36317067 --- /dev/null +++ b/ports/mutopia/CarcassiM/GNUmakefile @@ -0,0 +1,3 @@ + depth = ../../.. + include $(depth)/ports/ports.make + diff --git a/ports/mutopia/CarulliF/GNUmakefile b/ports/mutopia/CarulliF/GNUmakefile new file mode 100644 index 0000000000..aa36317067 --- /dev/null +++ b/ports/mutopia/CarulliF/GNUmakefile @@ -0,0 +1,3 @@ + depth = ../../.. + include $(depth)/ports/ports.make + diff --git a/ports/mutopia/ClementiM/GNUmakefile b/ports/mutopia/ClementiM/GNUmakefile new file mode 100644 index 0000000000..aa36317067 --- /dev/null +++ b/ports/mutopia/ClementiM/GNUmakefile @@ -0,0 +1,3 @@ + depth = ../../.. + include $(depth)/ports/ports.make + diff --git a/ports/mutopia/DowlandJ/GNUmakefile b/ports/mutopia/DowlandJ/GNUmakefile new file mode 100644 index 0000000000..aa36317067 --- /dev/null +++ b/ports/mutopia/DowlandJ/GNUmakefile @@ -0,0 +1,3 @@ + depth = ../../.. + include $(depth)/ports/ports.make + diff --git a/ports/mutopia/GNUmakefile b/ports/mutopia/GNUmakefile new file mode 100644 index 0000000000..f132889afb --- /dev/null +++ b/ports/mutopia/GNUmakefile @@ -0,0 +1,6 @@ +# ports/mutopia/Makefile + +depth = ../.. + +include $(depth)/ports/ports.make + diff --git a/ports/mutopia/GiordianoG/GNUmakefile b/ports/mutopia/GiordianoG/GNUmakefile new file mode 100644 index 0000000000..aa36317067 --- /dev/null +++ b/ports/mutopia/GiordianoG/GNUmakefile @@ -0,0 +1,3 @@ + depth = ../../.. + include $(depth)/ports/ports.make + diff --git a/ports/mutopia/JoplinS/GNUmakefile b/ports/mutopia/JoplinS/GNUmakefile new file mode 100644 index 0000000000..aa36317067 --- /dev/null +++ b/ports/mutopia/JoplinS/GNUmakefile @@ -0,0 +1,3 @@ + depth = ../../.. + include $(depth)/ports/ports.make + diff --git a/ports/mutopia/MilanL/GNUmakefile b/ports/mutopia/MilanL/GNUmakefile new file mode 100644 index 0000000000..aa36317067 --- /dev/null +++ b/ports/mutopia/MilanL/GNUmakefile @@ -0,0 +1,3 @@ + depth = ../../.. + include $(depth)/ports/ports.make + diff --git a/ports/mutopia/MozartWA/GNUmakefile b/ports/mutopia/MozartWA/GNUmakefile new file mode 100644 index 0000000000..aa36317067 --- /dev/null +++ b/ports/mutopia/MozartWA/GNUmakefile @@ -0,0 +1,3 @@ + depth = ../../.. + include $(depth)/ports/ports.make + diff --git a/ports/mutopia/PaganiniN/GNUmakefile b/ports/mutopia/PaganiniN/GNUmakefile new file mode 100644 index 0000000000..aa36317067 --- /dev/null +++ b/ports/mutopia/PaganiniN/GNUmakefile @@ -0,0 +1,3 @@ + depth = ../../.. + include $(depth)/ports/ports.make + diff --git a/ports/mutopia/Saint-SaensC/GNUmakefile b/ports/mutopia/Saint-SaensC/GNUmakefile new file mode 100644 index 0000000000..aa36317067 --- /dev/null +++ b/ports/mutopia/Saint-SaensC/GNUmakefile @@ -0,0 +1,3 @@ + depth = ../../.. + include $(depth)/ports/ports.make + diff --git a/ports/mutopia/SatieE/GNUmakefile b/ports/mutopia/SatieE/GNUmakefile new file mode 100644 index 0000000000..aa36317067 --- /dev/null +++ b/ports/mutopia/SatieE/GNUmakefile @@ -0,0 +1,3 @@ + depth = ../../.. + include $(depth)/ports/ports.make + diff --git a/ports/mutopia/SchubertF/GNUmakefile b/ports/mutopia/SchubertF/GNUmakefile new file mode 100644 index 0000000000..aa36317067 --- /dev/null +++ b/ports/mutopia/SchubertF/GNUmakefile @@ -0,0 +1,3 @@ + depth = ../../.. + include $(depth)/ports/ports.make + diff --git a/ports/mutopia/incoming/GNUmakefile b/ports/mutopia/incoming/GNUmakefile new file mode 100644 index 0000000000..aa36317067 --- /dev/null +++ b/ports/mutopia/incoming/GNUmakefile @@ -0,0 +1,3 @@ + depth = ../../.. + include $(depth)/ports/ports.make + diff --git a/ports/ports.make b/ports/ports.make new file mode 100644 index 0000000000..d02bca27bb --- /dev/null +++ b/ports/ports.make @@ -0,0 +1,32 @@ +# mutopia/mutopia.make + +# +# Magic: find and include LilyPond's StepMake rules +# +# 0: try local tree +# 1: follow LILYPONDPREFIX +# 2: try source tree in home +# 3: try installed tree in $HOME +# 4: try system installed tree +# 5: try system installed tree +# +make-root=$(wildcard $(depth)/make) +# +make-root?=$(wildcard $(LILYPONDPREFIX)/make) +make-root?=$(wildcard $(HOME)/usr/share/lilypond/make) +make-root?=$(wildcard /usr/share/lilypond/make) +make-root?=$(wildcard /usr/local/share/lilypond/make) +# make-root=/make + +ifeq ($(SUBDIRS),) +SUBDIRS = $(filter-out .,$(shell find . -maxdepth 1 -type d -not -name 'out*')) +endif + +ifneq ($(make-root),) +LOCALSTEPMAKE_TEMPLATES=ports mutopia ly +include $(make-root)/stepmake.make +else +$(error can't find LilyPond's stepmake installation) +endif +# + -- 2.39.5