From d70b012f62b63d3e5cad378e3dd91210dfb011c9 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:37:44 +0000 Subject: [PATCH] lilypond-0.0.46.jcn1 --- NEWS | 41 +++++++++++++++++++++++++++++++++++++++-- make/Files.make | 22 +++++++++++++++++----- 2 files changed, 56 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index ea2ae1e6df..239dd52b9a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,34 @@ +pl 46.jcn1 +Bugfix + - reincluded {interval,pcursor,plist}.tcc + - renamed Interval::elt_q to elt_b, invoking of empty to empty_b + - readded second (0) arg to warning function (only lily exports + a warning(String) function) + - fixed dist make/Files.make + +pl 46 + - examples.pod + - LILYINCLUDE env var. + - push/popgroup + - website updated + - Swallow_register + - Lyric_register. + - Staff_sym_register + - user settable register config + - struct Input now used iso defined_ch_C_ + - Walker_registers and Staff_registers separated + - dynamic-reg -> hairpins + +pl 44.jcn2 + - doze configure/compile fixes + - doze make refixed + - faq + - install mudela manpage too + - RedHat spec lilypond.spec fixed + - target: rpm (make RedHat packages) + +****** +Mar 26 pl 45 - Removing unused Voice_regs & Voice_groups - -O2 bugfix @@ -113,6 +144,7 @@ pl 41.hwn1 pl 41.jn1 Bugfix - doze compile +******* pl 41 - release pl 40.3 @@ -123,7 +155,6 @@ pl 40.3 pl 40.hwn1 - hairpin dynamics - notename now as identifier. Parser/lexer cleanup - - ''!a now a!'' (NOT!?) pl 40.2 - mi2mu --blonde-durations, --no-silly options. @@ -147,6 +178,7 @@ Bugfix ****** +Mar 11 pl 40 - release @@ -285,6 +317,7 @@ Examples - fixed midi.ly ******* +Feb 25 pl 35 - Register_group Bugfix @@ -394,6 +427,7 @@ Examples Bugfix - calcideal assertion bugfix ******* +Feb 12 13:55 pl 30 Features @@ -471,6 +505,7 @@ Internal: - Voice_group_registers, Voice_registers, *_register - Complex_staff ******* + Jan 27 '97 pl 25 - other clefs added, keys typeset properly (MB) @@ -519,7 +554,8 @@ Internal changes: - dependencies for Staff_elem's ******* -pl 20: +Dec 23 +pl 20: - updated doco to .pod - include files from .ly Internal changes: @@ -560,6 +596,7 @@ pl 14 - Input_{score/staff} ******* +Dec 2 pl 13 - Horizontal/Vertical music - Input_commands diff --git a/make/Files.make b/make/Files.make index ba1d2e3762..7c2bf11c1f 100644 --- a/make/Files.make +++ b/make/Files.make @@ -1,3 +1,13 @@ +# project LilyPond -- the musical typesetter +# title automatic file variables +# file make/Files.make +# abstract mmm, brr. +# +# +# Copyright (c) 1997 by +# Jan Nieuwenhuizen +# Han-Wen Nienhuys + # list of c++ header files: # HHFILES = $(wildcard *.hh) @@ -5,24 +15,26 @@ HHFILES = $(wildcard *.hh) # list of c++ inline files: # -INLFILES = $(wildcard *.inl) +INLFILES = $(wildcard *.icc) # # list of c++ template files: # - TCCFILES = $(wildcard *.tcc) +# +# list plain c++ source files: +# +CCFILES = $(wildcard *.cc) # + # list of other source files: # - EXTRA_SOURCE_FILES = $(wildcard *.y *.l) - # + PODFILES = $(wildcard *.pod) -CCFILES = $(wildcard *.cc) MAKEFILES = $(wildcard *.make) ALL_SOURCES=$(HHFILES) $(CCFILES) $(EXTRA_SOURCE_FILES) $(INLFILES) \ -- 2.39.5