From: fred Date: Tue, 26 Mar 2002 22:27:47 +0000 (+0000) Subject: lilypond-1.2.14 X-Git-Tag: release/1.5.59~2110 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e2956f1feb6dc37fde22ef0cef58a9af5aa10cba;p=lilypond.git lilypond-1.2.14 --- diff --git a/ly/params.ly b/ly/params.ly index 71f1f66b1e..f0e9893b8d 100644 --- a/ly/params.ly +++ b/ly/params.ly @@ -267,6 +267,14 @@ If columns do not have spacing information set, set it to this much %} loose_column_distance = 2.0 * \interline; +%{ +Relative cost of compressing (vs. stretching). Increasing this +will cause scores to be set looser +. +%} + +compression_energy_factor = 0.6; + % if stem is on middle line, choose this direction. stem_default_neutral_direction = 1.0; diff --git a/mutopia/J.S.Bach/wtk1-prelude1.ly b/mutopia/J.S.Bach/wtk1-prelude1.ly index 7e859289a3..1766da98f1 100644 --- a/mutopia/J.S.Bach/wtk1-prelude1.ly +++ b/mutopia/J.S.Bach/wtk1-prelude1.ly @@ -1,14 +1,21 @@ \header{ -filename = "prelude1.ly"; title = "Preludium"; -description = "Das Wohltemperierte Clavier I, Prelude I (c-major)"; opus = "BWV 846"; composer = "Johann Sebastian Bach (1685-1750)"; enteredby = "Shay Rojansky"; -copyright = "Public Domain"; + + + % mutopia headers. + mutopiatitle = "Das Wohltemperierte Clavier I, Prelude 1 (c-major)"; + mutopiacomposer = "J.S.Bach"; + mutopiaopus = "BWV846"; + style = "baroque"; + copyright = "\\\\This music is part of the Mutopia project, http://sca.uwaterloo.ca/Mutopia/\\\\It has been typeset and placed in the public domain by Han-Wen Nienhuys.\\\\Unrestricted modification and redistribution is permitted and encouraged - copy this music and share it!"; + maintainer = "hanwen@cs.uu.nl"; + lastupdated = "1999/Oct/14"; } -\version "1.2.0"; +\version "1.2.13"; % should do programmable input. soprane = @@ -160,11 +167,8 @@ bass = \soprane \bass > - \paper{ - gourlay_maxmeasures =5.; - } \midi { - \tempo 4 = 84; + \tempo 4 = 80; } }