Generated by (address unknown), >From = lilypond-1.5.37, To = lilypond-1.5.37.mb1 usage cd lilypond-source-dir; patch -E -p1 < lilypond-1.5.37.mb1.diff Patches do not contain automatically generated files or (urg) empty directories, i.e., you should rerun autoconf, configure diff -purN ../lilypond-1.5.37/ChangeLog ./ChangeLog --- ../lilypond-1.5.37/ChangeLog Sun Mar 3 03:33:10 2002 +++ ./ChangeLog Mon Mar 4 23:57:50 2002 @@ -1,3 +1,10 @@ +2002-03-04 Mats Bengtsson + + * input/test/staff-size.ly: Simplified using StaffContainer + + * mf/GNUmakefile (ALL_GEN_FILES): Actually generate and + install the lilypond.map file + 2002-03-03 Han-Wen * VERSION: 1.5.37 released diff -purN ../lilypond-1.5.37/VERSION ./VERSION --- ../lilypond-1.5.37/VERSION Sun Mar 3 03:33:28 2002 +++ ./VERSION Mon Mar 4 23:58:22 2002 @@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=5 PATCH_LEVEL=37 -MY_PATCH_LEVEL= +MY_PATCH_LEVEL=mb1 # use the above to send patches: MY_PATCH_LEVEL is always empty for a # released version. diff -purN ../lilypond-1.5.37/input/test/staff-size.ly ./input/test/staff-size.ly --- ../lilypond-1.5.37/input/test/staff-size.ly Mon Dec 24 14:10:47 2001 +++ ./input/test/staff-size.ly Mon Mar 4 23:56:14 2002 @@ -1,8 +1,7 @@ \version "1.3.146" \score { - \notes \relative c' < \context Voice { - \context Staff \outputproperty #(make-type-checker 'staff-symbol-interface) - #'staff-space = #(/ 16 20) + \notes \relative c' < \context StaffContainer = SA{ + \property StaffContainer.StaffSymbol \set #'staff-space = #(/ 16 20) \property Staff.fontSize = #-1 \property Voice.fontSize = #-1 @@ -13,7 +12,7 @@ c8 d [e f g a] b c \ff } -\context Staff = VB { \dynamicDown c,,4 \ff c c c } +\context StaffContainer = SB { \dynamicDown c,,4 \ff c c c } > \paper { linewidth = -1. } diff -purN ../lilypond-1.5.37/mf/GNUmakefile ./mf/GNUmakefile --- ../lilypond-1.5.37/mf/GNUmakefile Sat Mar 2 13:11:58 2002 +++ ./mf/GNUmakefile Mon Mar 4 00:07:54 2002 @@ -55,9 +55,9 @@ INSTALLATION_OUT_FILES3=$(TFM_FILES) ifdef MAKE_PFA_FILES PFA_FILES = $(addprefix $(outdir)/, $(FONT_FILES:.mf=.pfa)) -ALL_GEN_FILES += $(PFA_FILES) +ALL_GEN_FILES += $(PFA_FILES) $(outdir)/lilypond.map INSTALLATION_OUT_DIR4=$(datadir)/pfa -INSTALLATION_OUT_FILES4=$(PFA_FILES) lilypond.map +INSTALLATION_OUT_FILES4=$(PFA_FILES) $(outdir)/lilypond.map pfa: $(PFA_FILES) endif