]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.141
authorfred <fred>
Wed, 27 Mar 2002 00:58:23 +0000 (00:58 +0000)
committerfred <fred>
Wed, 27 Mar 2002 00:58:23 +0000 (00:58 +0000)
28 files changed:
input/example-1.ly
input/example-2.ly
input/example-3.ly
mutopia/Coriolan/header.ly
mutopia/GNUmakefile
ports/GNUmakefile [new file with mode: 0644]
ports/README.ports [new file with mode: 0644]
ports/mutopia/ArbeauT/GNUmakefile [new file with mode: 0644]
ports/mutopia/BachJS/GNUmakefile [new file with mode: 0644]
ports/mutopia/BanchieriA/GNUmakefile [new file with mode: 0644]
ports/mutopia/BeethovenLv/GNUmakefile [new file with mode: 0644]
ports/mutopia/BendaJA/GNUmakefile [new file with mode: 0644]
ports/mutopia/BruhnsN/GNUmakefile [new file with mode: 0644]
ports/mutopia/CarcassiM/GNUmakefile [new file with mode: 0644]
ports/mutopia/CarulliF/GNUmakefile [new file with mode: 0644]
ports/mutopia/ClementiM/GNUmakefile [new file with mode: 0644]
ports/mutopia/DowlandJ/GNUmakefile [new file with mode: 0644]
ports/mutopia/GNUmakefile [new file with mode: 0644]
ports/mutopia/GiordianoG/GNUmakefile [new file with mode: 0644]
ports/mutopia/JoplinS/GNUmakefile [new file with mode: 0644]
ports/mutopia/MilanL/GNUmakefile [new file with mode: 0644]
ports/mutopia/MozartWA/GNUmakefile [new file with mode: 0644]
ports/mutopia/PaganiniN/GNUmakefile [new file with mode: 0644]
ports/mutopia/Saint-SaensC/GNUmakefile [new file with mode: 0644]
ports/mutopia/SatieE/GNUmakefile [new file with mode: 0644]
ports/mutopia/SchubertF/GNUmakefile [new file with mode: 0644]
ports/mutopia/incoming/GNUmakefile [new file with mode: 0644]
ports/ports.make [new file with mode: 0644]

index 475ab4811d6c5a05952671fa175d431398902db6..cd62668b8b29b29165ee06784806834486818a37 100644 (file)
@@ -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 { }
index 116e0ad8180aa0255a16d66925fd0f27df2ab1eb..da40b648ef81cadea7e1267f13fd65c85e37edde 100644 (file)
@@ -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 { }
index 547f2fa40af784bca75e53fec2cb213c948f7b83..92e05eaf042f333bcf923f8d61afccc05d2da4e9 100644 (file)
@@ -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).
index 85a25628bbe7075a2c225a98a9399c5dd3843968..61c40763033f751ac7d34b0c68569a64e2ecbc58 100644 (file)
   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
     ".\\\\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";
 }
index 7975b82660db37b99940ffd76e10e2022e848295..047ce5a4e7a05a941e0544170077f30ed3d8001b 100644 (file)
@@ -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 (file)
index 0000000..477adb9
--- /dev/null
@@ -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 (file)
index 0000000..fe663a1
--- /dev/null
@@ -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 (file)
index 0000000..aa36317
--- /dev/null
@@ -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 (file)
index 0000000..aa36317
--- /dev/null
@@ -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 (file)
index 0000000..aa36317
--- /dev/null
@@ -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 (file)
index 0000000..aa36317
--- /dev/null
@@ -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 (file)
index 0000000..aa36317
--- /dev/null
@@ -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 (file)
index 0000000..aa36317
--- /dev/null
@@ -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 (file)
index 0000000..aa36317
--- /dev/null
@@ -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 (file)
index 0000000..aa36317
--- /dev/null
@@ -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 (file)
index 0000000..aa36317
--- /dev/null
@@ -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 (file)
index 0000000..aa36317
--- /dev/null
@@ -0,0 +1,3 @@
+ depth = ../../..
+ include $(depth)/ports/ports.make
diff --git a/ports/mutopia/GNUmakefile b/ports/mutopia/GNUmakefile
new file mode 100644 (file)
index 0000000..f132889
--- /dev/null
@@ -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 (file)
index 0000000..aa36317
--- /dev/null
@@ -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 (file)
index 0000000..aa36317
--- /dev/null
@@ -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 (file)
index 0000000..aa36317
--- /dev/null
@@ -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 (file)
index 0000000..aa36317
--- /dev/null
@@ -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 (file)
index 0000000..aa36317
--- /dev/null
@@ -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 (file)
index 0000000..aa36317
--- /dev/null
@@ -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 (file)
index 0000000..aa36317
--- /dev/null
@@ -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 (file)
index 0000000..aa36317
--- /dev/null
@@ -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 (file)
index 0000000..aa36317
--- /dev/null
@@ -0,0 +1,3 @@
+ depth = ../../..
+ include $(depth)/ports/ports.make
diff --git a/ports/ports.make b/ports/ports.make
new file mode 100644 (file)
index 0000000..d02bca2
--- /dev/null
@@ -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=<LilyPond's datadir>/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
+#
+