]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.0.1
authorfred <fred>
Sun, 24 Mar 2002 20:12:48 +0000 (20:12 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:12:48 +0000 (20:12 +0000)
input/part.ly
mutopia/J.S.Bach/wtk1-prelude2.ly.m4
stepmake/stepmake/Install_outfiles.make [new file with mode: 0644]
stepmake/stepmake/Installfiles.make [new file with mode: 0644]

index b2d6ad9bc22f2c6a4771aedefb69870428fd2482..b7beca7636512e7f08259468536877bd83e263b6 100644 (file)
@@ -1,5 +1,4 @@
 part = \melodic{
-       \octave c;
        c-1 c c c
        r1*3
        c4-5 c c c
index 98f6c8a309054170dfcf50904b77f931849de77a..8d8eb6f5d03c9fc788a40106d6a54019606bdcf5 100644 (file)
@@ -12,8 +12,7 @@ define(handymeasure, `intromeasure(translit($*,` ', `,'))')
 
 
 
-trebleIntro=\melodic {
-\octave c';
+trebleIntro=\melodic \transpose c'' {
 handymeasure(c' es d c)
 handymeasure(as f e c)
 handymeasure(b f es d)
@@ -40,7 +39,6 @@ handymeasure(as c B d)
 }
 
 bassIntro = \melodic {
-\octave c;
 handymeasure(c g f es)
 handymeasure(c as g f)
 handymeasure(c as g f)
@@ -71,7 +69,6 @@ handymeasure(G es d f)
 
 middlepiece = \melodic
 {
-       \octave c;
        \stemdown
        [G B d] 
        \stemup f [as f ef] [b f d' b'] [as f e f] |
@@ -79,10 +76,9 @@ middlepiece = \melodic
        \stemup g [c' g fis g ] [es' c' g' es'] [c' as g as]| 
        \stemdown [G A fis] 
        \translator Staff=treble
-       \stemsboth \octave c';
-       c [es c B c] [fis  c a fis] [es c B c] |
+       \stemsboth \transpose c'' { c [es c B c] [fis  c a fis] [es c B c] }
 }
 
 
 
-}
+
diff --git a/stepmake/stepmake/Install_outfiles.make b/stepmake/stepmake/Install_outfiles.make
new file mode 100644 (file)
index 0000000..53b2321
--- /dev/null
@@ -0,0 +1,15 @@
+# Initial_outfiles.make
+
+localinstall: localinstall-files
+
+localinstall-files: $(INSTALLATION_OUT_FILES)
+       $(INSTALL) -d $(INSTALLATION_OUT_DIR)
+       $(foreach i, $(INSTALLATION_OUT_FILES), \
+               $(INSTALL) -m 644 $(i) $(INSTALLATION_OUT_DIR) && )true
+
+localuninstall: localuninstall-files
+
+localuninstall-files:
+       $(foreach  i, $(notdir $(INSTALLATION_OUT_FILES)), \
+               rm -f $(INSTALLATION_OUT_DIR)/$(i) && ) true
+       -rmdir $(INSTALLATION_OUT_DIR)
diff --git a/stepmake/stepmake/Installfiles.make b/stepmake/stepmake/Installfiles.make
new file mode 100644 (file)
index 0000000..93d4083
--- /dev/null
@@ -0,0 +1,15 @@
+# Installfiles.make
+
+localinstall: localinstall-files
+
+localinstall-files:
+       $(INSTALL) -d $(INSTALLATION_DIR)
+       $(foreach i,  $(INSTALLATION_FILES),\
+               $(INSTALL) -m 644 $(i) $(INSTALLATION_DIR) &&)true
+
+localuninstall: localuninstall-files
+
+localuninstall-files:
+       $(foreach i,  $(INSTALLATION_FILES),
+               rm -f $(INSTALLATION_DIR)/$(i) && ) true
+       -rmdir $(INSTALLATION_DIR)