From: fred Date: Sun, 24 Mar 2002 19:54:09 +0000 (+0000) Subject: lilypond-0.1.9 X-Git-Tag: release/1.5.59~4096 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1ec3cf68ee77b9447ada3992ef0c026223d140cf;p=lilypond.git lilypond-0.1.9 --- diff --git a/init/paper16.ly b/init/paper16.ly index de6a68c3ac..52278f3217 100644 --- a/init/paper16.ly +++ b/init/paper16.ly @@ -13,13 +13,18 @@ default_paper = \paper { notewidth = 5.0\pt; wholewidth = 4.8\pt; unitspace = 22.\pt; - basicspace = 4.\pt; + %geometric = 1.414; + %basicspace = 4.\pt; + geometric = 0.; + arithmetic_basicspace = 2.; + arithmetic_multiplier = 4.8\pt; + % interbeam = 2.667\pt; - geometric = 1.414; - gourlay_energybound = 50000.; - gourlay_maxmeasures = 6.; + + gourlay_energybound = 100000.; + gourlay_maxmeasures = 14.; castingalgorithm = \Gourlay; \symboltables { \table_sixteen } \requesttranslator { \orchestral_score_translator } diff --git a/lily/VERSION b/lily/VERSION index d87385f587..7b9611af00 100644 --- a/lily/VERSION +++ b/lily/VERSION @@ -1,6 +1,6 @@ MAJOR_VERSION = 0 MINOR_VERSION = 1 -PATCH_LEVEL = 8 +PATCH_LEVEL = 9 # use to send patches, always empty for released version: # include separator: ".postfix", "-pl" makes rpm barf