]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.28
authorfred <fred>
Sun, 24 Mar 2002 20:03:01 +0000 (20:03 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:03:01 +0000 (20:03 +0000)
lily/tex-beam.cc
make/lelievijver.lsm
make/lilypond.lsm
make/lilypond.spec

index 6553e17868fa321ca5e9f49c02b88688e8aec9ae..e26b1c481de692263862a05523698e1e52b4514f 100644 (file)
@@ -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<String> 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<String> 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);
index 178d919856d279a50deb467b2416d1ed965cde3a..2cbe781e3b1798bcd9b507e69535a80ed7911655 100644 (file)
@@ -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
index ea3783a6079fef4e34714c600da657c57c562277..8309de7edc52a80a0d8af925e7e7639107052063 100644 (file)
@@ -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
index 256b29664d9a86666aa53f5a3580aa647122412b..2e181faa08441bc244afdf38eb631fe315e8bacf 100644 (file)
@@ -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 <hanwen@stack.nl>