]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/params.ly
patch::: 1.3.15.jcn2
[lilypond.git] / ly / params.ly
index f8123bfe8e531e5292acf8bcdf1a67b481ee0c52..07ec6cf89d872aa684a3809d6d15116c258fea31 100644 (file)
@@ -13,6 +13,10 @@ stafflinethickness = \interline / 10.0;
 
 % urg, need grace_ versions of these too?
 beam_thickness = 0.52 * (\interline - \stafflinethickness);
+
+#'beam-thickness = \beam_thickness;  %% UGR
+
+
 interbeam = (2.0 * \interline + \stafflinethickness - \beam_thickness) / 2.0;
 interbeam4 = (3.0 * \interline - \beam_thickness) / 3.0;
 
@@ -25,7 +29,7 @@ stem_max = 3.0;
 
 %{ Specify length of stems for notes in the staff
 that don't have beams. 
- Measured in staff positions.
  Measured in staff positions.
 %}
 stem_length0 = 7.;
 stem_length1 = 5.;
@@ -59,7 +63,7 @@ grace_stem_length3 = \stem_length3 * \grace_factor;
 
 % only used for beams
 minimum_stem_length0 = 0.0 ; % not used
-minimum_stem_length1 = 3. ;
+minimum_stem_length1 = 3.;
 minimum_stem_length2 = 2.5;
 minimum_stem_length3 = 2.0;
 
@@ -92,18 +96,14 @@ grace_forced_stem_shorten3 = \grace_forced_stem_shorten2;
 % * MEDIAN   : mean centre distance weighted per note
 %
 
-#'slope-quantisation = #'normal
 #'beam-dir-algorithm = #'majority      %urg.
 
 
-%{
-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
-majority selection is used.  If set to 3.0, then mean selection is
-used based on the mean center distance.  If set to 4.0 then median
-selection is used, based on the median center distance.
-%}
+#'Stem_tremolo::beam-width = 1.5 * \quartwidth ; 
 
+#'Clef_item::visibility-lambda = #postbreak-only-visibility
+#'Key_item::visibility-lambda = #postbreak-only-visibility
+#'Breathing_sign::visibility-lambda = #non-postbreak-visibility
 
 % catch suspect beam slopes, set slope to zero if
 % outer stem is lengthened more than
@@ -293,4 +293,9 @@ Wordwrap =0.0;
 \include "engraver.ly";
 
 
+#'margin-shape = #'()
+
 
+% 
+#'Local_key_item::left-padding = #'0.2
+#'Local_key_item::right-padding = #'0.4