]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
authorJan Nieuwenhuizen <janneke@gnu.org>
Mon, 28 Jul 2003 08:07:44 +0000 (08:07 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Mon, 28 Jul 2003 08:07:44 +0000 (08:07 +0000)
* input/test/polymetric-differing-notes.ly: Compile fix.

ChangeLog
Documentation/pictures/GNUmakefile
input/test/polymetric-differing-notes.ly

index 818b879afbaafe1424fa156d3252794573b045c8..4e9cd9b582654f1bf4269e27df699b3c02a101b7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
+
+       * input/test/polymetric-differing-notes.ly: Compile fix.
+
 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
 
        * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
index a5210bbd7c0f43da23c867e3ed40e9520db306f9..9b432aa92c62b091f0f4f778d6b35e6d712b17fe 100644 (file)
@@ -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
 
index e519f3665e464652e69e454044170fd45996d044..b2c8f8ee3a37458fb145bb6de2016b0db3a1aa6c 100644 (file)
@@ -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 }
 }