]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.2.14
authorfred <fred>
Tue, 26 Mar 2002 22:27:47 +0000 (22:27 +0000)
committerfred <fred>
Tue, 26 Mar 2002 22:27:47 +0000 (22:27 +0000)
ly/params.ly
mutopia/J.S.Bach/wtk1-prelude1.ly

index 71f1f66b1ef46befcabb2f4fb006a6d87b4751ce..f0e9893b8d37316d3adcd8f1ee4272ace3913a4b 100644 (file)
@@ -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;
 
index 7e859289a3d3e4170de2595f10a771c835d8d866..1766da98f1449e8eec6ad37e75a2c2638e720a0d 100644 (file)
@@ -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;
     }
 }