]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.46
authorfred <fred>
Tue, 26 Mar 2002 23:21:20 +0000 (23:21 +0000)
committerfred <fred>
Tue, 26 Mar 2002 23:21:20 +0000 (23:21 +0000)
13 files changed:
Documentation/GNUmakefile
Documentation/bibliography/GNUmakefile
Documentation/topdocs/GNUmakefile
Documentation/user/GNUmakefile
lily/piano-pedal-engraver.cc
ly/paper16.ly
ly/paper20.ly
make/stepmake.make
scm/generic-property.scm
stepmake/make/stepmake.make
stepmake/stepmake/documentation-targets.make
stepmake/stepmake/generic-targets.make
stepmake/stepmake/texinfo-rules.make

index f1b3fcddf276452ce187bc3c43efe3153323d1eb..7f4113cdef09077bf2a444aa84dbb1a4221621c4 100644 (file)
@@ -13,6 +13,8 @@ include $(depth)/make/stepmake.make
 default: local-doc
 
 local-WWW: copy-for-me $(outdir)/regression-test.ps.gz $(outdir)/regression-test.html
+# we want footers even if website builds (or is built) partly
+       $(MAKE) footify
 
 copy-for-me:
        $(foreach a, $(README_TOP_FILES),cp ../$(a) $(outdir)/$(a).txt && ) true
index ca0c7ae4a4beeb41bec90cf85921cccb09351d81..bca6b910c87a5daaca1fcbef3a897d86d661fd90 100644 (file)
@@ -29,11 +29,14 @@ local-WWW: $(addprefix $(outdir)/, $(BIB_FILES:.bib=.html))
 
 $(outdir)/%.bib: %.bib
        ln -f $< $@
+# we want footers even if website builds (or is built) partly
+       $(MAKE) footify
+
 
 # ignore result since bib2html is nonstandard. Errors would halt the RPM build.j  
 $(outdir)/%.html: %.bib
        -bib2html $< $@
-#      $(footify) $@
+       $(footify) $@
 
 localclean:
        rm -f fonts.aux fonts.log feta*.tfm feta*.*pk
index f9ad1459d36657f5abd4b4b25c7516dc0db63c23..254c98a837a33378c6d767a9af19ca39be0dc91b 100644 (file)
@@ -9,4 +9,6 @@ HTML_FILES=$(addprefix $(outdir)/, $(TEXI_FILES:.texi=.html) $(TELY_FILES:.tely=
 include $(depth)/make/stepmake.make 
 
 local-WWW: $(HTML_FILES)
+# we want footers even if website builds (or is built) partly
+       $(MAKE) footify
 
index ad61134692719361cf21c5378e07910fe584bea6..14857cc768111cc096d1bcca23197cdd71844ca3 100644 (file)
@@ -32,10 +32,11 @@ local-WWW: $(HTML_FILES)   $(datafiles) $(PS_GZ_FILES)
        $(PYTHON) $(step-bindir)/ls-latex.py --title 'User documentation' \
           $(DOC_FILES) $(TEX_FILES) $(TELY_FILES) \
          | sed "s!$(outdir)/!!g" > $(outdir)/index.html
-       $(footify) $(outdir)/index.html
 
 $(outdir)/%.bib: %.bib
        ln -f $< $@
+# we want footers even if website builds (or is built) partly
+       $(MAKE) footify
 
 localclean:
        rm -f fonts.aux fonts.log feta*.tfm feta*.*pk 
index 0a7bf172c2634d28f5bf6163f0fd657f4e9f9aa0..61d00a4e9601953bb21a3402d81585c6d8983ebb 100644 (file)
@@ -270,6 +270,17 @@ Piano_pedal_engraver::do_pre_move_processing ()
       if (p.item_p_)
        {
          side_position (p.item_p_).add_staff_support ();
+         /*
+           Hmm.
+         */
+         if (i.key () != "Sustain")
+           {
+             if (Item* sustain = info_dict_["Sustain"].item_p_)
+               {
+                 Side_position_interface st (p.item_p_);
+                 st.add_support (sustain);
+               }
+           }
          typeset_element (p.item_p_);
        }
       p.item_p_ = 0;
index be59707f540c543a2ab4fbac301ebbc534e7a890..9445759068165be904edbf892ebe4225bea741eb 100644 (file)
@@ -26,10 +26,12 @@ paper_sixteen = \paper {
        0 = \font "feta16" 
        -1 = \font "feta13"
        -2 = \font "feta11"
+       -3 = \font "feta11"
        
-       "font_feta-2" = 11.;
-       "font_feta-1" = 13.;
        "font_feta" = 16.;
+       "font_feta-1" = 13.;
+       "font_feta-2" = 11.;
+       "font_feta-3" = 11.;
 
        \include "params.ly";
 }
index 308bc86ca46d4d981da782583d684c921da3cb2a..aeb925a834eeac047cec522e532116499d9a5d9e 100644 (file)
@@ -28,13 +28,15 @@ paper_twenty = \paper {
        quartwidth =  6.61\pt;
        wholewidth = 9.90\pt;
 
-       -2 = \font "feta13"
-       -1 = \font "feta16"
        0 = \font "feta20"
+       -1 = \font "feta16"
+       -2 = \font "feta13"
+       -3 = \font "feta11"
 
-       "font_feta-2" = 13.;
-       "font_feta-1" = 16.;
        "font_feta" = 20.;
+       "font_feta-1" = 16.;
+       "font_feta-2" = 13.;
+       "font_feta-3" = 11.;
 
        \include "params.ly";
 }
index c43fd0ffd6bc0ba02a91c38e5f04516887651b1d..92ce216398ec3de92873319940397991d000b68d 100644 (file)
@@ -21,9 +21,9 @@ endif
 
 # Use same configuration, but different output directory:
 #
-#     make out=WWW
+#     make out=www
 #
-# uses config.make and config.h; output goes to out-WWW.
+# uses config.make and config.h; output goes to out-www.
 #
 ifdef out
   outbase=out-$(out)
index 10df9e75caa80fd18608a4723695ff6c853509b2..3145084cc77946b5437d8a959a64d16d62e6bce0 100644 (file)
 
 (define generic-crescendo-properties
   (cons "Crescendo" (list
-                    (list 'verticalDirection dir? 'direction)
                     (list 'dynamicDirection dir? 'direction)
+                    (list 'verticalDirection dir? 'direction)
                     (list 'dynamicPadding number? 'padding) 
                     (list 'dynamicMinimumSpace number? 'minimum-space) 
                     )))
   
 (define generic-dynamic-line-spanner-properties
   (cons "Dynamic_line_spanner" (list
-                    (list 'verticalDirection dir? 'direction)
                     (list 'dynamicDirection dir? 'direction)
+                    (list 'verticalDirection dir? 'direction)
                     (list 'dynamicPadding number? 'padding) 
                     (list 'dynamicMinimumSpace number? 'minimum-space) 
                     )))
    generic-timesig-properties
    generic-clef-properties
    generic-collision-properties
+   generic-sustain-pedal-properties
    generic-rest-collision-properties
    generic-volta-spanner-properties
 ;   generic-staff-symbol-properties
index 1130415d69bdf696d5818568d5cb2ab3e835ffff..7b0f16fe8ccd1744abd5ebc954a5a1a4728bc15a 100644 (file)
@@ -21,9 +21,9 @@ endif
 
 # Use same configuration, but different output directory:
 #
-#     make out=WWW
+#     make out=www
 #
-# uses config.make and config.h; output goes to out-WWW.
+# uses config.make and config.h; output goes to out-www.
 #
 ifdef out
   outbase=out-$(out)
index 8172d03b0bad6693b009ef9da0fba3183f36ff17..ab527dba4da4c426029ea43a843ce2523d9c592d 100644 (file)
@@ -2,7 +2,7 @@
 default:
 
 
-local-WWW: $(OUTHTML_FILES)
+local-WWW: $(OUTHTML_FILES) footify
 
 local-web:
        $(MAKE) CONFIGSUFFIX=www local-WWW
index 0e08464814e67296a404e959809661b67127f98a..9b118581e27d85f2ee8507d02f48291e6538402e 100644 (file)
@@ -88,8 +88,12 @@ doc: local-doc
 local-doc:
 
 # Ugh.  C++ specific.
+# If you're not the maintainer, there's no tarball in $(outdir)!
+# Maybe, there is one in ../releases
 doc++:
-       (cd $(outdir); sh ../$(step-bindir)/tar-docxx.sh $(package)-$(TOPLEVEL_VERSION).tar.gz)
+       (cd $(outdir); \
+               $(SHELL) ../$(step-bindir)/tar-docxx.sh $(package)-$(TOPLEVEL_VERSION).tar.gz || \
+               $(SHELL) ../$(step-bindir)/tar-docxx.sh $(release-dir)/$(package)-$(TOPLEVEL_VERSION).tar.gz)
 
 
 local-dist: $(DIST_FILES) $(OUT_DIST_FILES) $(NON_ESSENTIAL_DIST_FILES)
index 82e8e5b101ab1a12e7cbed6e1ab8c43b064fe76d..42474ba6fc9255b6837b07f1659f64edf53a9244 100644 (file)
@@ -7,6 +7,8 @@ $(outdir)/%.info: $(outdir)/%.texi
 
 $(outdir)/%.html:      $(outdir)/%.texi
        -makeinfo --force --output=$@ --html --no-headers $< 
+# we want footers even if website builds (or is built) partly
+       $(footify) $@
 
 $(outdir)/%.dvi:       $(outdir)/%.texi
 # --clean only in >= 3.12s