]> git.donarmstrong.com Git - lilypond.git/commitdiff
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
authorJohn Mandereau <john.mandereau@gmail.com>
Fri, 8 Feb 2008 13:25:03 +0000 (14:25 +0100)
committerJohn Mandereau <john.mandereau@gmail.com>
Fri, 8 Feb 2008 13:25:03 +0000 (14:25 +0100)
* 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond:
  Bump version.
  Add test for new ligature bracket engraver.
  Fix #83 / #297.
  MusicXML: Test files: Pedal marks are no notations, but directions
  MusicXML: Small fixes/improvements in the test files

scripts/lilypond-book.py
stepmake/stepmake/metafont-rules.make

index dd8e00d1929e692f81214c0f5d6104dbd4c6ef9e..066b7c88462655d7214b03c9d3d4414d6abdc101 100644 (file)
@@ -156,7 +156,7 @@ must use this with dvips -h INPUT.psfonts'''),
     p.add_option ('-w', '--warranty',
                   help=_ ("show warranty and copyright"),
                   action='store_true')
-    p.add_option_group ('bugs',
+    p.add_option_group (_ ('Bugs'),
                         description=(_ ("Report bugs via")
                                      + ''' http://post.gmane.org/post.php'''
                                      '''?group=gmane.comp.gnu.lilypond.bugs\n'''))
index dfae13f1b454ff224607918e2637b4cd7538de9d..64bdecf6775fcc8df561ad3313ac573251aa677f 100644 (file)
@@ -19,7 +19,7 @@ $(outdir)/%.pfb: %.mf $(outdir)/mf2pt1.mem
        TMP=`mktemp -d $(outdir)/pfbtemp.XXXXXXXXX` \
        && ( cd $$TMP \
                && ln -s ../mf2pt1.mem . \
-               && MFINPUTS=$(src-dir):..:: $(PERL) $(top-src-dir)/buildscripts/mf2pt1.pl $(MF2PT1_OPTIONS) $< ) \
+               && MFINPUTS=$(top-src-dir)/mf:..:: $(PERL) $(top-src-dir)/buildscripts/mf2pt1.pl $(MF2PT1_OPTIONS) $< ) \
        && mv $$TMP/*pfb $(outdir); \
        rm -rf $$TMP