]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/params.ly
release: 1.3.1
[lilypond.git] / ly / params.ly
index 96b0057fa82b2a8893ccdb8b23b5765cb45313da..beb538c9b44119f59b82af42e3c528cbd1085d93 100644 (file)
@@ -97,6 +97,10 @@ MAJORITY = 2.0;
 MEAN = 3.0;
 MEDIAN = 4.0;
 
+#'beam_dir_algorithm = #'majority
+#'slope_quantisation = #'normal
+
+
 %{
 dit(code(beam_dir_algorithm)) Specify algorithm for determining
 whether beams go up or down.  It is real valued.  If set to 2.0 then
@@ -225,7 +229,7 @@ mmrest_x_minimum = 1.4*\staffheight;
 % chop off this much when next to pp / ff sign.
 crescendo_shorten = 4.0 * \interline;
 crescendo_thickness   = \stafflinethickness;
-crescendo_height = 1.5 * \interline;
+crescendo_height = 0.666 * \interline;
 
 % in internote.
 restcollision_minimum_dist = 3.0;