]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/params.ly
release: 1.1.54
[lilypond.git] / ly / params.ly
index 8706ac12fc82c9f8d4441031aa48dbd450185e4c..c224318fba209b4370c8c950b943bf56d34171fe 100644 (file)
@@ -143,8 +143,10 @@ barthick_thick = 6.0* \staffline;
 barthick_thin = 1.6*\staffline;
 barthick_score = 1.6*\staffline;
 
+tuplet_spanner_gap = 2.0 * \interline;
 tuplet_thick = 1.0*\staffline;
 volta_thick = 1.6*\staffline;
+volta_spanner_height = 2.0 *\interline;
 
 % relative thickness of thin lines  1.6 : 1 : 0.8
 stemthickness = 0.8*\staffline;
@@ -171,8 +173,13 @@ restcollision_minimum_beamdist = 1.5;
 % deprecated!
 postBreakPadding = 0.0;
 
+% optical correction amount.
 stemSpacingCorrection = 0.5*\interline;
 
+
+
+
+
 \include "engraver.ly";