From: fred Date: Sun, 24 Mar 2002 20:03:01 +0000 (+0000) Subject: lilypond-0.1.28 X-Git-Tag: release/1.5.59~3585 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6181a24500d55ad2089ab6bdd64eff949fdd4e47;p=lilypond.git lilypond-0.1.28 --- diff --git a/lily/tex-beam.cc b/lily/tex-beam.cc index 6553e17868..e26b1c481d 100644 --- a/lily/tex-beam.cc +++ b/lily/tex-beam.cc @@ -24,7 +24,7 @@ Atom Lookup::beam_element (int sidx, int widx, Real slope) const { String name = String("slope"); - Atom bs=(*symtables_)("beamslopes")->lookup (name); + Atom bs=(*symtables_p_)("beamslopes")->lookup (name); Array args; args.push (sidx); @@ -41,7 +41,7 @@ Lookup::beam_element (int sidx, int widx, Real slope) const Atom Lookup::rule_symbol (Real height, Real width) const { - Atom bs=(*symtables_)("beamslopes")->lookup ("horizontal"); + Atom bs=(*symtables_p_)("beamslopes")->lookup ("horizontal"); Array args; args.push (print_dimen (height)); args.push (print_dimen (width)); @@ -64,7 +64,7 @@ Lookup::beam (Real &slope, Real width) const sidx = int (rint (slope * 20.0)); slope = sidx / 20.0; - Interval xdims = (*symtables_)("beamslopes")->lookup ("slope").dim_[X_AXIS]; + Interval xdims = (*symtables_p_)("beamslopes")->lookup ("slope").dim_[X_AXIS]; Real min_wid = xdims[LEFT]; Real max_wid = xdims[RIGHT]; assert(max_wid > 0); diff --git a/make/lelievijver.lsm b/make/lelievijver.lsm index 178d919856..2cbe781e3b 100644 --- a/make/lelievijver.lsm +++ b/make/lelievijver.lsm @@ -1,7 +1,7 @@ Begin3 Titel: LilyPond -Versie: 0.1.27 -Inschrijf datum: 28OCT97 +Versie: 0.1.28 +Inschrijf datum: 30OCT97 Beschrijving: LilyPond is de muziek typesetter van het GNU Project. Het programma genereert muziek in zichtbare of hoorbare vorm uit uit een muzikale definitie file: @@ -16,8 +16,8 @@ Auteur: hanwen@stack.nl (Han-Wen Nienhuys) jan@digicash.com (Jan Nieuwenhuizen) Onderhouden door: hanwen@stack.nl (Han-Wen Nienhuys) Voornaamste plek: sunsite.unc.edu /pub/Linux/apps - 395k lilypond-0.1.27.tar.gz + 395k lilypond-0.1.28.tar.gz Oorspronkelijke plek: pcnov095.win.tue.nl /pub/lilypond/ - 395k lilypond-0.1.27.tar.gz + 395k lilypond-0.1.28.tar.gz Copi"eer politie: GPL End diff --git a/make/lilypond.lsm b/make/lilypond.lsm index ea3783a607..8309de7edc 100644 --- a/make/lilypond.lsm +++ b/make/lilypond.lsm @@ -1,7 +1,7 @@ Begin3 Title: LilyPond -Version: 0.1.27 -Entered-date: 28OCT97 +Version: 0.1.28 +Entered-date: 30OCT97 Description: LilyPond is the GNU Project music typesetter. The program generates visual or auditive output from a music definition file: it can typeset formatted sheet music @@ -14,8 +14,8 @@ Author: hanwen@stack.nl (Han-Wen Nienhuys) jan@digicash.com (Jan Nieuwenhuizen) Maintained-by: hanwen@stack.nl (Han-Wen Nienhuys) Primary-site: sunsite.unc.edu /pub/Linux/apps - 430k lilypond-0.1.27.tar.gz + 440k lilypond-0.1.28.tar.gz Original-site: pcnov095.win.tue.nl /pub/lilypond/ - 430k lilypond-0.1.27.tar.gz + 440k lilypond-0.1.28.tar.gz Copying-policy: GPL End diff --git a/make/lilypond.spec b/make/lilypond.spec index 256b29664d..2e181faa08 100644 --- a/make/lilypond.spec +++ b/make/lilypond.spec @@ -1,9 +1,9 @@ Name: lilypond -Version: 0.1.27 +Version: 0.1.28 Release: 1 Copyright: GPL Group: Applications/Publishing -Source0: alpha.gnu.org:/gnu/lilypond/development/lilypond-0.1.27.tar.gz +Source0: alpha.gnu.org:/gnu/lilypond/development/lilypond-0.1.28.tar.gz Summary: A program for typesetting music. URL: http://www.stack.nl/~hanwen/lilypond Packager: Han-Wen Nienhuys