From: janneke Date: Mon, 28 Jul 2003 08:07:44 +0000 (+0000) Subject: * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon. X-Git-Tag: release/1.7.29~11 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0bcc0a8449119267b76df216916c57d482ccb8eb;p=lilypond.git * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon. * input/test/polymetric-differing-notes.ly: Compile fix. --- diff --git a/ChangeLog b/ChangeLog index 818b879afb..4e9cd9b582 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-07-28 Jan Nieuwenhuizen + + * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon. + + * input/test/polymetric-differing-notes.ly: Compile fix. + 2003-07-28 Juergen Reuter * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space diff --git a/Documentation/pictures/GNUmakefile b/Documentation/pictures/GNUmakefile index a5210bbd7c..9b432aa92c 100644 --- a/Documentation/pictures/GNUmakefile +++ b/Documentation/pictures/GNUmakefile @@ -6,7 +6,7 @@ OUTGIF_FILES = $(addprefix $(outdir)/,$(XPM_FILES:.xpm=.gif)) OUTPNG_FILES = $(addprefix $(outdir)/,$(XPM_FILES:.xpm=.png)) EXTRA_DIST_FILES= $(XPM_FILES) -OUT_DIST_FILES = $(package-icon) +# OUT_DIST_FILES = $(package-icon) include $(depth)/make/stepmake.make diff --git a/input/test/polymetric-differing-notes.ly b/input/test/polymetric-differing-notes.ly index e519f3665e..b2c8f8ee3a 100644 --- a/input/test/polymetric-differing-notes.ly +++ b/input/test/polymetric-differing-notes.ly @@ -65,6 +65,6 @@ what happens on the inside: a 3/4 time signature is combined with a \repeat unfold 2 { c8-[ c-] } | c4. c4. \times 2/3 { c8 c c } c4 } } - } > + > \paper { raggedright = ##t } }